Skip to content

Commit f3fd603

Browse files
version: 1.5.4
1 parent f0d9587 commit f3fd603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodezator/appinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
AppVersion = namedtuple("AppVersion", "major minor micro release_level")
2222

23-
APP_VERSION = AppVersion(1, 5, 3, "release_candidate")
23+
APP_VERSION = AppVersion(1, 5, 4, "release_candidate")
2424

2525
MINIMAL_VERSION_STRING = '.'.join(map(str, APP_VERSION[:3]))
2626

0 commit comments

Comments
 (0)