This commit is contained in:
Gunnar Skjold
2020-03-25 20:21:39 +01:00
parent 9d0ceb9ca8
commit c936f605d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import os
FILENAME_VERSION_H = 'src/version.h'
version = os.environ.get('GITHUB_REF')
version = os.environ.get('GITHUB_TAG')
if version == None:
version = "SNAPSHOT"