Skip to content

Commit 665a645

Browse files
cknittfhammerschmidt
authored andcommitted
Set version to 12.0.0-alpha.11 (#7363)
1 parent 4eb30d8 commit 665a645

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 12.0.0-alpha.10
13+
# 12.0.0-alpha.11 (Unreleased)
1414

1515
#### :rocket: New Feature
1616

compiler/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 = "12.0.0-alpha.10"
24+
let version = "12.0.0-alpha.11"
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
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "12.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
44
"description": "ReScript toolchain",
55
"keywords": [
66
"ReScript",

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

0 commit comments

Comments
 (0)