Skip to content

Commit

Permalink
Finalize version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
medeor413 committed Jul 5, 2020
1 parent e9a263e commit b6d13da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red_star/rs_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def as_string(self):
return verstr


version_tuple = VersionInfo(major=2, minor=1, patch=6, releaselevel="beta")
version_tuple = VersionInfo(major=2, minor=1, patch=6, releaselevel="release")

version = version_tuple.as_string()

0 comments on commit b6d13da

Please sign in to comment.