Skip to content

Commit

Permalink
Fix conflicts VERSION file name on APFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo0km4n committed Jul 5, 2020
1 parent e2e668e commit 58bf9d5
Show file tree
Hide file tree
Showing 3 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 @@ -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 ?= $(shell cat VERSION)
TAG ?= $(shell cat TAG)

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

This file was deleted.

0 comments on commit 58bf9d5

Please sign in to comment.