Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Nov 15, 2023
1 parent eed68b1 commit d19bf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion override_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#get release version
# RELEASE_VERSION = os.getenv('RELEASE_VERSION')
# temporarily hard coded release version
RELEASE_VERSION = 'v23.11.2bN'
RELEASE_VERSION = 'v23.11.dev2'
# Modify field
data['tool']['poetry']['version']=RELEASE_VERSION
print('the version number of this release is: ', RELEASE_VERSION)
Expand Down

0 comments on commit d19bf03

Please sign in to comment.