Skip to content

Commit 4384521

Browse files
committed
Start new release cycle
1 parent 13a74dd commit 4384521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include config.mk
55

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

0 commit comments

Comments
 (0)