Skip to content

Commit ebb1c4a

Browse files
committed
build: set version to 0.5
1 parent 1157a2b commit ebb1c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1)
1414

1515
DOCUMENTATION = LICENSE README.md
1616

17-
VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.4-git")
17+
VERSION = v0.5
1818

1919
CONFIG_HELP ?= 1
2020
CONFIG_CURSES ?= 1

0 commit comments

Comments
 (0)