Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #92 from ialidzhikov/enh/add-leading-v
Browse files Browse the repository at this point in the history
Prefix tags with 'v'
  • Loading branch information
ialidzhikov authored Nov 27, 2019
2 parents b010c98 + b62c667 commit fea57bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

DATE=$(shell date -u +%Y-%m-%d)
VERSION=$(shell cat VERSION | sed 's/[-dev]//g')
VERSION=$(shell cat VERSION | sed 's/-dev//g')

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0-dev
v0.15.0-dev

0 comments on commit fea57bf

Please sign in to comment.