mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 08:38:07 -06:00
Initial commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import releaseCommon
|
||||
|
||||
v = releaseCommon.Version()
|
||||
v.incrementBuildNumber()
|
||||
releaseCommon.performUpdates(v)
|
||||
|
||||
print( "Updated files to v{0}".format( v.getVersionString() ) )
|
||||
Reference in New Issue
Block a user