File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 0.4.1 (Jan 24, 2021)
2+
3+ * Minor changes only
4+ * Updated to Go 1.15.7
5+
16Version 0.3.1 (Jan 28, 2019)
27
38* Minor improvements to websocketd itself
Original file line number Diff line number Diff line change 55
66# Uses Semantic Versioning scheme - http://semver.org/
77VERSION_MAJOR =0
8- VERSION_MINOR =3
8+ VERSION_MINOR =4
99
1010# Last part of version number (patch) is incremented automatically from Git tags
1111LAST_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
2121VERSION_PATCH: =$(or $(LAST_PATCH_VERSION ) ,0)
2222RELEASE_VERSION =$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_PATCH )
2323
24- GO_VERSION =1.11.5
24+ GO_VERSION =1.15.7
2525PLATFORMS =linux_amd64 linux_386 linux_arm linux_arm64 darwin_amd64 freebsd_amd64 freebsd_386 windows_386 windows_amd64 openbsd_386 openbsd_amd64 solaris_amd64
2626
2727
You can’t perform that action at this time.
0 commit comments