Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from AntelopeIO/100_rc3
Browse files Browse the repository at this point in the history
[1.0] bump to 1.0.0-rc3 with leap 3.1.0 & cdt 3.0.0-rc3
  • Loading branch information
spoonincode authored Aug 31, 2022
2 parents 09d8f4d + 47e54a7 commit 2f1e219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
ARCH=`uname -m`

ORG="AntelopeIO"
NODE_VERSION="3.1.0-rc4"
CDT_VERSION="3.0.0-rc2"
NODE_VERSION="3.1.0"
CDT_VERSION="3.0.0-rc3"


CONTAINER_PACKAGE=AntelopeIO/experimental-binaries
Expand Down
2 changes: 1 addition & 1 deletion src/dune/dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def version_minor():
def version_patch():
return 0
def version_suffix():
return "rc2"
return "rc3"
def version_full():
return "v"+str(version_major())+"."+str(version_minor())+"."+str(version_patch())+"."+version_suffix()
class dune_error(Exception):
Expand Down

0 comments on commit 2f1e219

Please sign in to comment.