Skip to content

Commit 84c275f

Browse files
authored
chore(release): v1.19.0 (#655)
2 parents 05aa888 + fbd506e commit 84c275f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ MAKEFLAGS += --no-builtin-rules
77
MAKEFLAGS += -j$(NPROCS)
88

99
CURRENT_VERSION_MAJOR = 1
10-
CURRENT_VERSION_MINOR = 18
11-
CURRENT_VERSION_BUG = 2
10+
CURRENT_VERSION_MINOR = 19
11+
CURRENT_VERSION_BUG = 0
1212

1313
GIT_DESCRIBE := $(shell git describe)
1414
GITHUB_HEAD_REF ?= $(shell git branch --show-current)

0 commit comments

Comments
 (0)