Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant committed Aug 3, 2018
1 parent b0d8ab7 commit f3b278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- checkout
- setup_remote_docker
- run: |
echo 'export VERSION="0.2.0-alpha.$CIRCLE_BUILD_NUM"' >> $BASH_ENV
echo 'export VERSION="0.2.0-$CIRCLE_BUILD_NUM"' >> $BASH_ENV
- run: |
make build
- run: |
Expand Down

0 comments on commit f3b278d

Please sign in to comment.