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.
1 parent 0440211 commit 9017566Copy full SHA for 9017566
release/Makefile
@@ -18,7 +18,7 @@ LAST_PATCH_VERSION:=$(shell git ls-remote [email protected]:joewalnes/websocketd.gi
18
19
20
21
-VERSION_PATCH:=$(shell expr $$(( $(or $(LAST_PATCH_VERSION),-1) + 1 )))
+VERSION_PATCH:=$(or $(LAST_PATCH_VERSION),0)
22
RELEASE_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
23
24
GO_VERSION=1.11.5
0 commit comments