Skip to content

Commit 1ba65ca

Browse files
Setting development flag
1 parent ce01ff0 commit 1ba65ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ganga/GangaCore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def getLCGRootPath():
3232
# ------------------------------------------------
3333
# store Ganga version based on new git tag for this file
3434
_gangaVersion = '8.6.0'
35-
_development = True
35+
_development = False
3636

3737
# store a path to Ganga libraries
3838
_gangaPythonPath = os.path.dirname(os.path.dirname(__file__))

0 commit comments

Comments
 (0)