We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d764c4 commit 7780e9eCopy full SHA for 7780e9e
3 files changed
ganga/GangaCore/Dockerfile
@@ -1,6 +1,6 @@
1
FROM centos:7
2
LABEL maintainer "Ulrik Egede <ulrik.egede@monash.edu>"
3
-ARG ganga_version=8.4.2
+ARG ganga_version='8.7.10'
4
5
RUN yum -y update && yum install -y wget git python3
6
ganga/GangaCore/__init__.py
@@ -31,7 +31,7 @@ def getLCGRootPath():
31
32
# ------------------------------------------------
33
# store Ganga version based on new git tag for this file
34
-_gangaVersion = '8.6.0'
+_gangaVersion = '8.7.10'
35
_development = False
36
37
# store a path to Ganga libraries
setup.py
@@ -7,7 +7,7 @@
7
8
file_path = os.path.dirname(os.path.realpath(__file__))
9
10
-_gangaVersion = '8.4.2'
11
12
13
def version():
0 commit comments