Skip to content

Commit

Permalink
Bump version to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Apr 14, 2024
1 parent f91ad17 commit ac80211
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
v0.2.9 release
v0.2.10 release

1. build contract with stable rustc
1. Remove sign-extending instructions via wasm-opt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="rust-contracts-builder",
version="0.2.9",
version="0.2.10",
description="Rust Contracts Builder",
author='The UUOSIO Team',
license="Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.2.9
VERSION=v0.2.10
TARGET=origin
git push $TARGET :refs/tags/$VERSION
git tag -d $VERSION
Expand Down

0 comments on commit ac80211

Please sign in to comment.