diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21a56a7787..3868da5d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: path: packages/test - name: Install ReScript package - run: npm i rescript-10*.tgz + run: npm i rescript-11*.tgz shell: bash working-directory: packages/test diff --git a/jscomp/common/bs_version.ml b/jscomp/common/bs_version.ml index edda0e72bf..0e4c13d4e4 100644 --- a/jscomp/common/bs_version.ml +++ b/jscomp/common/bs_version.ml @@ -21,6 +21,6 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *) -let version = "10.1.0-rc.1" +let version = "11.0.0-alpha.1" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/rescript.ml b/lib/4.06.1/rescript.ml index 68a958441b..ab7f852315 100644 --- a/lib/4.06.1/rescript.ml +++ b/lib/4.06.1/rescript.ml @@ -4537,7 +4537,7 @@ end = struct * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *) -let version = "10.1.0-rc.1" +let version = "11.0.0-alpha.1" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/unstable/js_compiler.ml b/lib/4.06.1/unstable/js_compiler.ml index 5343780dfb..3d596b80a1 100644 --- a/lib/4.06.1/unstable/js_compiler.ml +++ b/lib/4.06.1/unstable/js_compiler.ml @@ -17673,7 +17673,7 @@ end = struct * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *) -let version = "10.1.0-rc.1" +let version = "11.0.0-alpha.1" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/unstable/js_playground_compiler.ml b/lib/4.06.1/unstable/js_playground_compiler.ml index 2041c7033f..1382619050 100644 --- a/lib/4.06.1/unstable/js_playground_compiler.ml +++ b/lib/4.06.1/unstable/js_playground_compiler.ml @@ -17673,7 +17673,7 @@ end = struct * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *) -let version = "10.1.0-rc.1" +let version = "11.0.0-alpha.1" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/whole_compiler.ml b/lib/4.06.1/whole_compiler.ml index e55b246f3d..3ef01ea3db 100644 --- a/lib/4.06.1/whole_compiler.ml +++ b/lib/4.06.1/whole_compiler.ml @@ -181801,7 +181801,7 @@ end = struct * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *) -let version = "10.1.0-rc.1" +let version = "11.0.0-alpha.1" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/package-lock.json b/package-lock.json index 18a34d2d5c..0485e014f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rescript", - "version": "10.1.0-rc.1", + "version": "11.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rescript", - "version": "10.1.0-rc.1", + "version": "11.0.0-alpha.1", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "bin": { diff --git a/package.json b/package.json index fe1f79b839..50340edfcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript", - "version": "10.1.0-rc.1", + "version": "11.0.0-alpha.1", "devDependencies": { "mocha": "^7.2.0", "nyc": "^15.0.0", diff --git a/packages/std/package.json b/packages/std/package.json index c3733e9f58..306f5d7b55 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/std", - "version": "10.1.0-rc.1", + "version": "11.0.0-alpha.1", "keywords": [ "rescript", "stdlib",