Skip to content

Commit b137218

Browse files
cknittcristianoc
authored andcommitted
Set version to 11.0.0-alpha.1 (#5686)
1 parent 60e2541 commit b137218

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
path: packages/test
178178

179179
- name: Install ReScript package
180-
run: npm i rescript-10*.tgz
180+
run: npm i rescript-11*.tgz
181181
shell: bash
182182
working-directory: packages/test
183183

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.1"
24+
let version = "11.0.0-alpha.1"
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.1"
4540+
let version = "11.0.0-alpha.1"
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
@@ -17677,7 +17677,7 @@ end = struct
1767717677
* You should have received a copy of the GNU Lesser General Public License
1767817678
* along with this program; if not, write to the Free Software
1767917679
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17680-
let version = "10.1.0-rc.1"
17680+
let version = "11.0.0-alpha.1"
1768117681
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1768217682
let package_name = ref "rescript"
1768317683

lib/4.06.1/unstable/js_playground_compiler.ml

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

lib/4.06.1/whole_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181805,7 +181805,7 @@ end = struct
181805181805
* You should have received a copy of the GNU Lesser General Public License
181806181806
* along with this program; if not, write to the Free Software
181807181807
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
181808-
let version = "10.1.0-rc.1"
181808+
let version = "11.0.0-alpha.1"
181809181809
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
181810181810
let package_name = ref "rescript"
181811181811

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.1",
3+
"version": "11.0.0-alpha.1",
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.1",
3+
"version": "11.0.0-alpha.1",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)