Skip to content

Commit 95f833d

Browse files
cknittcristianoc
authored andcommitted
Set version to 10.0.0-beta.1
1 parent 12f9247 commit 95f833d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

jscomp/common/bs_version.ml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +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"
25-
24+
let version = "10.0.0-beta.1"
2625
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
27-
2826
let package_name = ref "rescript"

package.json

+1-1
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",
25+
"version": "10.0.0-beta.1",
2626
"description": "ReScript toolchain",
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)