Skip to content

Commit 26f55ee

Browse files
committed
Merge remote-tracking branch 'origin/simplify-reconnect-strategy' into simplify-reconnect-strategy
2 parents 347731f + 0e64b23 commit 26f55ee

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
@@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS)
88

99
CURRENT_VERSION_MAJOR = 1
1010
CURRENT_VERSION_MINOR = 19
11-
CURRENT_VERSION_BUG = 0
11+
CURRENT_VERSION_BUG = 1
1212

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

0 commit comments

Comments
 (0)