Skip to content

Commit f831cff

Browse files
committed
Bump version
1 parent 0f30adb commit f831cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/core/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = u'2.0'
82+
version = u'2.1'
8383
# The full version, including alpha/beta/rc tags.
8484
release = version + ('' if proposal == '' else ' + ') + proposal + draft
8585

interpreter/main/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let name = "wasm"
2-
let version = "2.0"
2+
let version = "2.1"
33

44
let configure () =
55
Import.register (Utf8.decode "spectest") Spectest.lookup;

0 commit comments

Comments
 (0)