Skip to content

Commit

Permalink
Extract version to file VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 30, 2020
1 parent 2bff8ed commit 596bfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif
SHELL=/bin/bash -o pipefail -o errexit

# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG ?= 0.33.0
TAG ?= $(shell cat VERSION)

# e2e settings
# Allow limiting the scope of the e2e tests. By default run everything
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.33.0

0 comments on commit 596bfc4

Please sign in to comment.