Skip to content

Commit e33c748

Browse files
committed
snapshot
1 parent 60317b5 commit e33c748

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 = "6.2.0"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.06.1/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 = "6.2.0"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/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 = "6.2.0"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/bsppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18819,7 +18819,7 @@ end = struct
1881918819
* You should have received a copy of the GNU Lesser General Public License
1882018820
* along with this program; if not, write to the Free Software
1882118821
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18822-
let version = "5.2.0"
18822+
let version = "6.2.0"
1882318823
let header =
1882418824
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1882518825
let package_name = "bs-platform"

lib/4.06.1/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 = "6.2.0"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18726,7 +18726,7 @@ end = struct
1872618726
* You should have received a copy of the GNU Lesser General Public License
1872718727
* along with this program; if not, write to the Free Software
1872818728
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18729-
let version = "5.2.0"
18729+
let version = "6.2.0"
1873018730
let header =
1873118731
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1873218732
let package_name = "bs-platform"

lib/4.06.1/unstable/native_ppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17884,7 +17884,7 @@ end = struct
1788417884
* You should have received a copy of the GNU Lesser General Public License
1788517885
* along with this program; if not, write to the Free Software
1788617886
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17887-
let version = "5.2.0"
17887+
let version = "6.2.0"
1788817888
let header =
1788917889
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1789017890
let package_name = "bs-platform"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7397,7 +7397,7 @@ end = struct
73977397
* You should have received a copy of the GNU Lesser General Public License
73987398
* along with this program; if not, write to the Free Software
73997399
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
7400-
let version = "5.2.0"
7400+
let version = "6.2.0"
74017401
let header =
74027402
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
74037403
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": "6.2.0",
3737
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)