Skip to content

Commit 46d1229

Browse files
authored
Merge pull request #42 from Clever/bump-version
0.1.1 release with ParameterStore implementation
2 parents 1e15dd0 + 74a6fc9 commit 46d1229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
- run: make install_deps
2020
- run: make build
2121
- run: make test
22+
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN release; fi;

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.1

0 commit comments

Comments
 (0)