Skip to content

Commit dddf32b

Browse files
committed
bump to 8.0.1
1 parent 273738e commit dddf32b

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 = "8.0.0"
25+
let version = "8.1.0-dev.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
@@ -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 = "8.0.0"
58+
let version = "8.1.0-dev.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
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 = "8.0.0"
58+
let version = "8.1.0-dev.1"
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
@@ -18076,7 +18076,7 @@ end = struct
1807618076
* You should have received a copy of the GNU Lesser General Public License
1807718077
* along with this program; if not, write to the Free Software
1807818078
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18079-
let version = "8.0.0"
18079+
let version = "8.1.0-dev.1"
1808018080
let header =
1808118081
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1808218082
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
@@ -18076,7 +18076,7 @@ end = struct
1807618076
* You should have received a copy of the GNU Lesser General Public License
1807718077
* along with this program; if not, write to the Free Software
1807818078
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18079-
let version = "8.0.0"
18079+
let version = "8.1.0-dev.1"
1808018080
let header =
1808118081
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1808218082
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
@@ -304167,7 +304167,7 @@ end = struct
304167304167
* You should have received a copy of the GNU Lesser General Public License
304168304168
* along with this program; if not, write to the Free Software
304169304169
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304170-
let version = "8.0.0"
304170+
let version = "8.1.0-dev.1"
304171304171
let header =
304172304172
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
304173304173
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": "8.0.0",
21+
"version": "8.1.0-dev.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)