add versioning

This commit is contained in:
Gavi Hirsch 2021-03-04 10:11:51 -08:00
parent 358de6589c
commit 7351a3d3f7
2 changed files with 2 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
1.0.0