Skip to content

Commit 9017566

Browse files
committed
No reason to auto-increment on every build... Was right originally
1 parent 0440211 commit 9017566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LAST_PATCH_VERSION:=$(shell git ls-remote [email protected]:joewalnes/websocketd.gi
1818

1919

2020

21-
VERSION_PATCH:=$(shell expr $$(( $(or $(LAST_PATCH_VERSION),-1) + 1 )))
21+
VERSION_PATCH:=$(or $(LAST_PATCH_VERSION),0)
2222
RELEASE_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
2323

2424
GO_VERSION=1.11.5

0 commit comments

Comments
 (0)