diff options
author | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-09 12:07:14 +0000 |
---|---|---|
committer | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-09 12:07:14 +0000 |
commit | 8d872f6d37c73dd1bc2e47f2bdf30058c78679f5 (patch) | |
tree | 8c769287830fbff368a4ba554896fa60a5466a6b | |
parent | 4cf1659f14e58001f715c9fb4ff1734d6ffd8661 (diff) | |
download | regularization-8d872f6d37c73dd1bc2e47f2bdf30058c78679f5.tar.gz regularization-8d872f6d37c73dd1bc2e47f2bdf30058c78679f5.tar.bz2 regularization-8d872f6d37c73dd1bc2e47f2bdf30058c78679f5.tar.xz regularization-8d872f6d37c73dd1bc2e47f2bdf30058c78679f5.zip |
UPDATE version 0.10.4
-rwxr-xr-x | build/jenkins-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index 4a18525..c660c02 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -22,7 +22,7 @@ if [[ -n ${CIL_VERSION} ]] then echo Using defined version: $CIL_VERSION else - export CIL_VERSION=0.10.3 + export CIL_VERSION=0.10.4 echo Defining version: $CIL_VERSION fi #cd CCPi-Regularisation-Toolkit # already there by jenkins |