Merge pull request #62 from Clever/INFRANG-4003

add versioning
This commit is contained in:
Gavi Hirsch 2021-03-05 09:27:29 -08:00 committed by GitHub
commit 6ac018712d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -21,3 +21,4 @@ jobs:
- run: make build - run: make build
- run: make bench - run: make bench
- run: make test - 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