Skip to content

Commit 03bc42e

Browse files
committed
bump the version
1 parent 26b465c commit 03bc42e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* You should have received a copy of the GNU Lesser General Public License
2323
* along with this program; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
25-
let version = "9.1.1"
25+
let version = "9.1.2"
2626
let header =
2727
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = ref "rescript"

lib/4.06.1/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "9.1.1"
58+
let version = "9.1.2"
5959
let header =
6060
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = ref "rescript"

lib/4.06.1/rescript.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5940,7 +5940,7 @@ end = struct
59405940
* You should have received a copy of the GNU Lesser General Public License
59415941
* along with this program; if not, write to the Free Software
59425942
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5943-
let version = "9.1.1"
5943+
let version = "9.1.2"
59445944
let header =
59455945
"// Generated by ReScript, PLEASE EDIT WITH CARE"
59465946
let package_name = ref "rescript"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18039,7 +18039,7 @@ end = struct
1803918039
* You should have received a copy of the GNU Lesser General Public License
1804018040
* along with this program; if not, write to the Free Software
1804118041
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18042-
let version = "9.1.1"
18042+
let version = "9.1.2"
1804318043
let header =
1804418044
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1804518045
let package_name = ref "rescript"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304481,7 +304481,7 @@ end = struct
304481304481
* You should have received a copy of the GNU Lesser General Public License
304482304482
* along with this program; if not, write to the Free Software
304483304483
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304484-
let version = "9.1.1"
304484+
let version = "9.1.2"
304485304485
let header =
304486304486
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304487304487
let package_name = ref "rescript"

0 commit comments

Comments
 (0)