Skip to content

Commit 1820f53

Browse files
committed
Version 10.0.0-beta.1
1 parent c90a02c commit 1820f53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
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.0.0-alpha.1"
24+
let version = "10.0.0-beta.1"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test-env-compiler": "RESCRIPT_FORCE_REBUILD=1 node scripts/install.js -use-env-compiler",
2323
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
2424
},
25-
"version": "10.0.0-alpha.1",
25+
"version": "10.0.0-beta.1",
2626
"description": "ReScript toolchain",
2727
"files": [
2828
"Changes.md",

packages/std/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "10.0.0-alpha.1",
3+
"version": "10.0.0-beta.1",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)