Skip to content

Commit 05dceed

Browse files
committed
bump version
1 parent 9a429f7 commit 05dceed

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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-
let version = "5.2.0"
25+
let version = "5.2.0-dev.2"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.02.3/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "5.2.0"
58+
let version = "5.2.0-dev.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/bsdep.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "5.2.0"
58+
let version = "5.2.0-dev.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/bsppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16168,7 +16168,7 @@ end = struct
1616816168
* You should have received a copy of the GNU Lesser General Public License
1616916169
* along with this program; if not, write to the Free Software
1617016170
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
16171-
let version = "5.2.0"
16171+
let version = "5.2.0-dev.2"
1617216172
let header =
1617316173
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1617416174
let package_name = "bs-platform"

lib/4.02.3/unstable/bsb_native.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "5.2.0"
58+
let version = "5.2.0-dev.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16075,7 +16075,7 @@ end = struct
1607516075
* You should have received a copy of the GNU Lesser General Public License
1607616076
* along with this program; if not, write to the Free Software
1607716077
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
16078-
let version = "5.2.0"
16078+
let version = "5.2.0-dev.2"
1607916079
let header =
1608016080
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1608116081
let package_name = "bs-platform"

lib/4.02.3/unstable/native_ppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15288,7 +15288,7 @@ end = struct
1528815288
* You should have received a copy of the GNU Lesser General Public License
1528915289
* along with this program; if not, write to the Free Software
1529015290
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
15291-
let version = "5.2.0"
15291+
let version = "5.2.0-dev.2"
1529215292
let header =
1529315293
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1529415294
let package_name = "bs-platform"

lib/4.02.3/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5274,7 +5274,7 @@ end = struct
52745274
* You should have received a copy of the GNU Lesser General Public License
52755275
* along with this program; if not, write to the Free Software
52765276
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5277-
let version = "5.2.0"
5277+
let version = "5.2.0-dev.2"
52785278
let header =
52795279
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
52805280
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postinstall": "node scripts/install.js"
3434
},
3535
"name": "bs-platform",
36-
"version": "5.2.0",
36+
"version": "5.2.0-dev.2",
3737
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)