Skip to content

Commit cb72dc7

Browse files
committed
bump version
1 parent 2328989 commit cb72dc7

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 = "7.2.0-dev.1"
25+
let version = "7.2.0-dev.4"
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 = "7.2.0-dev.1"
58+
let version = "7.2.0-dev.4"
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
@@ -6505,7 +6505,7 @@ end = struct
65056505
* You should have received a copy of the GNU Lesser General Public License
65066506
* along with this program; if not, write to the Free Software
65076507
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
6508-
let version = "7.2.0-dev.1"
6508+
let version = "7.2.0-dev.4"
65096509
let header =
65106510
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
65116511
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 = "7.2.0-dev.1"
58+
let version = "7.2.0-dev.4"
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
@@ -313790,7 +313790,7 @@ end = struct
313790313790
* You should have received a copy of the GNU Lesser General Public License
313791313791
* along with this program; if not, write to the Free Software
313792313792
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
313793-
let version = "7.2.0-dev.1"
313793+
let version = "7.2.0-dev.4"
313794313794
let header =
313795313795
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
313796313796
let package_name = "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313790,7 +313790,7 @@ end = struct
313790313790
* You should have received a copy of the GNU Lesser General Public License
313791313791
* along with this program; if not, write to the Free Software
313792313792
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
313793-
let version = "7.2.0-dev.1"
313793+
let version = "7.2.0-dev.4"
313794313794
let header =
313795313795
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
313796313796
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
@@ -303953,7 +303953,7 @@ end = struct
303953303953
* You should have received a copy of the GNU Lesser General Public License
303954303954
* along with this program; if not, write to the Free Software
303955303955
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
303956-
let version = "7.2.0-dev.1"
303956+
let version = "7.2.0-dev.4"
303957303957
let header =
303958303958
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
303959303959
let package_name = "bs-platform"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postinstall": "node scripts/install.js"
1717
},
1818
"name": "bs-platform",
19-
"version": "7.2.0-dev.1",
19+
"version": "7.2.0-dev.4",
2020
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)