Skip to content

Commit f1afad9

Browse files
committed
bump a version
1 parent 929bab3 commit f1afad9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

jscomp/common/bs_version.ml

+1-1
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.3.0-dev.2"
25+
let version = "8.4.0-dev.1"
2626
let header =
2727
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.06.1/bsb.ml

+1-1
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.3.0-dev.2"
58+
let version = "8.4.0-dev.1"
5959
let header =
6060
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17876,7 +17876,7 @@ end = struct
1787617876
* You should have received a copy of the GNU Lesser General Public License
1787717877
* along with this program; if not, write to the Free Software
1787817878
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17879-
let version = "8.3.0-dev.2"
17879+
let version = "8.4.0-dev.1"
1788017880
let header =
1788117881
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1788217882
let package_name = "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17876,7 +17876,7 @@ end = struct
1787617876
* You should have received a copy of the GNU Lesser General Public License
1787717877
* along with this program; if not, write to the Free Software
1787817878
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17879-
let version = "8.3.0-dev.2"
17879+
let version = "8.4.0-dev.1"
1788017880
let header =
1788117881
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1788217882
let package_name = "bs-platform"

lib/4.06.1/whole_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304348,7 +304348,7 @@ end = struct
304348304348
* You should have received a copy of the GNU Lesser General Public License
304349304349
* along with this program; if not, write to the Free Software
304350304350
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304351-
let version = "8.3.0-dev.2"
304351+
let version = "8.4.0-dev.1"
304352304352
let header =
304353304353
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304354304354
let package_name = "bs-platform"

package.json

+1-1
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.3.0-dev.2",
21+
"version": "8.4.0-dev.1",
2222
"description": "ReScript compiler, OCaml standard libary by ReScript and its required runtime support",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)