From b2984a1951e594c36003b64f7a741c85e757642a Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 6 Oct 2021 16:24:49 +0000 Subject: [PATCH] Bump version number --- .gitlab-ci.yml | 1 - CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 454e594..75de894 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ workflow: - if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "webide"' - if: '$CI_COMMIT_BRANCH == "master"' - - if: '$CI_COMMIT_TAG' default: diff --git a/CMakeLists.txt b/CMakeLists.txt index a4e111d..b5c31cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.8) project(EICD - VERSION 0.5.1 + VERSION 1.0.0 LANGUAGES CXX) #--- Declare options ----------------------------------------------------------- -- GitLab