Skip to content

Commit

Permalink
Fallback version to "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Feb 3, 2022
1 parent 0a6d441 commit 7bfeaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= $$(git describe --tags 2>/dev/null || git rev-parse --short HEAD)
VERSION ?= $$(git describe --tags 2>/dev/null || git rev-parse --short HEAD 2>/dev/null || echo "latest")
LEVEL ?= release
OUTPUT ?= sshs

Expand Down

0 comments on commit 7bfeaa9

Please sign in to comment.