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