Skip to content

Commit 985af52

Browse files
committed
Set version to 1.9.0 master
1 parent 201260a commit 985af52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/shngversion.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@
7474
# Update auf 1.8.2c wg. Wegen Anpassungen an mem-logging / lib.log
7575
# Update auf 1.8.2d Unterstützung für User-Functions
7676

77-
shNG_version = '1.8.2d'
78-
shNG_branch = 'develop'
77+
# Update auf 1.9.0 wg. Release
78+
79+
shNG_version = '1.9.0'
80+
shNG_branch = 'master'
7981

8082
# ---------------------------------------------------------------------------------
8183
FileBASE = None

0 commit comments

Comments
 (0)