Skip to content

Commit e38001f

Browse files
committed
Start new release cycle
1 parent 49ec05a commit e38001f

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
@@ -3,7 +3,7 @@
33

44
include config.mk
55

6-
VERSION := "1.12.1 (2024-12-17)"
6+
VERSION := "1.12.1-non-git"
77
ifneq ($(wildcard ./.git/),)
88
VERSION := $(shell ${GIT} describe --tags 2>/dev/null || echo ${VERSION})
99
endif

0 commit comments

Comments
 (0)