Skip to content

Commit a6e3164

Browse files
Bump version to v1.42.0 (#1329)
Co-authored-by: thesyncim <[email protected]>
1 parent 7ccc604 commit a6e3164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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 = 41
11-
CURRENT_VERSION_BUG = 2
10+
CURRENT_VERSION_MINOR = 42
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)