Skip to content

Commit 14cec89

Browse files
committed
New version 2019.01.06
1 parent ce2acf1 commit 14cec89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildsystem/version.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
flx_version_major = "2018"
2-
flx_version_minor = "09"
3-
flx_version_patch = "16"
1+
flx_version_major = "2019"
2+
flx_version_minor = "01"
3+
flx_version_patch = "06"
44
flx_version_release = ""
55
flx_version = flx_version_major+"."+flx_version_minor+"."+flx_version_patch+flx_version_release

0 commit comments

Comments
 (0)