From ae4ab51430725adc4b7b0aecebc16f470a9d8c60 Mon Sep 17 00:00:00 2001 From: warren-veerasingam Date: Thu, 24 May 2018 13:09:37 -0500 Subject: [PATCH] retest version --- .circleci/config.yml | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d794510d..9a05b98e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,8 @@ jobs: steps: - checkout - - run: VERSION=$(cat version) + - run: source version + - run: export VERSION - run: cat version - run: echo ${VERSION} - run: echo ${VERSION}.${CIRCLE_BUILD_NUM} diff --git a/version b/version index ceab6e11..16ee703e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1 \ No newline at end of file +VERSION=0.2 \ No newline at end of file