We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df8c0d + 4e626c1 commit 5a083edCopy full SHA for 5a083ed
Makefile
@@ -7,8 +7,8 @@ MAKEFLAGS += --no-builtin-rules
7
MAKEFLAGS += -j$(NPROCS)
8
9
CURRENT_VERSION_MAJOR = 1
10
-CURRENT_VERSION_MINOR = 26
11
-CURRENT_VERSION_BUG = 2
+CURRENT_VERSION_MINOR = 27
+CURRENT_VERSION_BUG = 0
12
13
GIT_DESCRIBE := $(shell git describe)
14
GITHUB_HEAD_REF ?= $(shell git branch --show-current)
0 commit comments