Skip to content

Commit b34dbd0

Browse files
authored
Set version to 10.1.0-rc.4 (rescript-lang#5776)
1 parent 71c44a8 commit b34dbd0

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

jscomp/common/bs_version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
* You should have received a copy of the GNU Lesser General Public License
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
24-
let version = "10.1.0-rc.3"
24+
let version = "10.1.0-rc.4"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

lib/4.06.1/rescript.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4537,7 +4537,7 @@ end = struct
45374537
* You should have received a copy of the GNU Lesser General Public License
45384538
* along with this program; if not, write to the Free Software
45394539
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
4540-
let version = "10.1.0-rc.3"
4540+
let version = "10.1.0-rc.4"
45414541
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
45424542
let package_name = ref "rescript"
45434543

lib/4.06.1/unstable/js_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17678,7 +17678,7 @@ end = struct
1767817678
* You should have received a copy of the GNU Lesser General Public License
1767917679
* along with this program; if not, write to the Free Software
1768017680
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17681-
let version = "10.1.0-rc.3"
17681+
let version = "10.1.0-rc.4"
1768217682
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1768317683
let package_name = ref "rescript"
1768417684

lib/4.06.1/unstable/js_playground_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17678,7 +17678,7 @@ end = struct
1767817678
* You should have received a copy of the GNU Lesser General Public License
1767917679
* along with this program; if not, write to the Free Software
1768017680
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17681-
let version = "10.1.0-rc.3"
17681+
let version = "10.1.0-rc.4"
1768217682
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1768317683
let package_name = ref "rescript"
1768417684

lib/4.06.1/whole_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181867,7 +181867,7 @@ end = struct
181867181867
* You should have received a copy of the GNU Lesser General Public License
181868181868
* along with this program; if not, write to the Free Software
181869181869
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
181870-
let version = "10.1.0-rc.3"
181870+
let version = "10.1.0-rc.4"
181871181871
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
181872181872
let package_name = ref "rescript"
181873181873

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "10.1.0-rc.3",
3+
"version": "10.1.0-rc.4",
44
"devDependencies": {
55
"mocha": "^7.2.0",
66
"nyc": "^15.0.0",

packages/std/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "10.1.0-rc.3",
3+
"version": "10.1.0-rc.4",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)