Skip to content

Commit c28f4cf

Browse files
committed
Fix bs_version number
1 parent 923dd0d commit c28f4cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@
2222
* You should have received a copy of the GNU Lesser General Public License
2323
* along with this program; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
25-
<<<<<<< HEAD
2625
let version = "9.0.1"
27-
=======
28-
let version = "9.1.0"
29-
>>>>>>> bump version
3026
let header =
3127
"// Generated by ReScript, PLEASE EDIT WITH CARE"
3228
let package_name = ref "bs-platform"
33-
29+

0 commit comments

Comments
 (0)