You've already forked snikket-web-portal
Bump version number manually for hopefully the last time
(As the master branch now uses automatic version detection.)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version_info = (0, 2, 1, None)
|
||||
version_info = (0, 2, 2, None)
|
||||
version = (
|
||||
".".join(map(str, version_info[:3])) +
|
||||
(f"-{version_info[3]}" if version_info[3] else "")
|
||||
|
||||
Reference in New Issue
Block a user