-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
# Uses Semantic Versioning scheme - http://semver.org/ | ||
VERSION_MAJOR=0 | ||
VERSION_MINOR=3 | ||
VERSION_MINOR=4 | ||
|
||
# Last part of version number (patch) is incremented automatically from Git tags | ||
LAST_PATCH_VERSION:=$(shell git ls-remote [email protected]:joewalnes/websocketd.git \ | ||
|
@@ -21,7 +21,7 @@ LAST_PATCH_VERSION:=$(shell git ls-remote [email protected]:joewalnes/websocketd.gi | |
VERSION_PATCH:=$(or $(LAST_PATCH_VERSION),0) | ||
RELEASE_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) | ||
|
||
GO_VERSION=1.11.5 | ||
GO_VERSION=1.15.7 | ||
PLATFORMS=linux_amd64 linux_386 linux_arm linux_arm64 darwin_amd64 freebsd_amd64 freebsd_386 windows_386 windows_amd64 openbsd_386 openbsd_amd64 solaris_amd64 | ||
|
||
|
||
|