We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f30adb commit f831cffCopy full SHA for f831cff
document/core/conf.py
@@ -79,7 +79,7 @@
79
# built documents.
80
#
81
# The short X.Y version.
82
-version = u'2.0'
+version = u'2.1'
83
# The full version, including alpha/beta/rc tags.
84
release = version + ('' if proposal == '' else ' + ') + proposal + draft
85
interpreter/main/main.ml
@@ -1,5 +1,5 @@
1
let name = "wasm"
2
-let version = "2.0"
+let version = "2.1"
3
4
let configure () =
5
Import.register (Utf8.decode "spectest") Spectest.lookup;
0 commit comments