add versioning
This commit is contained in:
parent
358de6589c
commit
7351a3d3f7
2 changed files with 2 additions and 0 deletions
|
|
@ -21,3 +21,4 @@ jobs:
|
|||
- run: make build
|
||||
- run: make bench
|
||||
- run: make test
|
||||
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
|
||||
|
|
|
|||
1
VERSION
Normal file
1
VERSION
Normal file
|
|
@ -0,0 +1 @@
|
|||
1.0.0
|
||||
Loading…
Reference in a new issue