Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Jul 28, 2022
1 parent 0f30adb commit f831cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document/core/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# built documents.
#
# The short X.Y version.
version = u'2.0'
version = u'2.1'
# The full version, including alpha/beta/rc tags.
release = version + ('' if proposal == '' else ' + ') + proposal + draft

Expand Down
2 changes: 1 addition & 1 deletion interpreter/main/main.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let name = "wasm"
let version = "2.0"
let version = "2.1"

let configure () =
Import.register (Utf8.decode "spectest") Spectest.lookup;
Expand Down

0 comments on commit f831cff

Please sign in to comment.