Skip to content

Commit 2af9a9d

Browse files
committed
bump major version
1 parent e4e3e3d commit 2af9a9d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.3.0"
25+
let version = "7.3.1"
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
@@ -53,7 +53,7 @@ end = struct
5353
* You should have received a copy of the GNU Lesser General Public License
5454
* along with this program; if not, write to the Free Software
5555
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
56-
let version = "7.3.0"
56+
let version = "7.3.1"
5757
let header =
5858
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
5959
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
@@ -53,7 +53,7 @@ end = struct
5353
* You should have received a copy of the GNU Lesser General Public License
5454
* along with this program; if not, write to the Free Software
5555
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
56-
let version = "7.3.0"
56+
let version = "7.3.1"
5757
let header =
5858
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
5959
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
@@ -316196,7 +316196,7 @@ end = struct
316196316196
* You should have received a copy of the GNU Lesser General Public License
316197316197
* along with this program; if not, write to the Free Software
316198316198
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
316199-
let version = "7.3.0"
316199+
let version = "7.3.1"
316200316200
let header =
316201316201
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
316202316202
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
@@ -316196,7 +316196,7 @@ end = struct
316196316196
* You should have received a copy of the GNU Lesser General Public License
316197316197
* along with this program; if not, write to the Free Software
316198316198
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
316199-
let version = "7.3.0"
316199+
let version = "7.3.1"
316200316200
let header =
316201316201
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
316202316202
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
@@ -303960,7 +303960,7 @@ end = struct
303960303960
* You should have received a copy of the GNU Lesser General Public License
303961303961
* along with this program; if not, write to the Free Software
303962303962
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
303963-
let version = "7.3.0"
303963+
let version = "7.3.1"
303964303964
let header =
303965303965
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
303966303966
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
1919
},
2020
"name": "bs-platform",
21-
"version": "7.3.0",
21+
"version": "7.3.1",
2222
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)