File tree 2 files changed +7
-2
lines changed
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
+
1
6
Version 0.3.1 (Jan 28, 2019)
2
7
3
8
* Minor improvements to websocketd itself
Original file line number Diff line number Diff line change 5
5
6
6
# Uses Semantic Versioning scheme - http://semver.org/
7
7
VERSION_MAJOR =0
8
- VERSION_MINOR =3
8
+ VERSION_MINOR =4
9
9
10
10
# Last part of version number (patch) is incremented automatically from Git tags
11
11
LAST_PATCH_VERSION: =$(shell git ls-remote git@github.com:joewalnes/websocketd.git \
@@ -21,7 +21,7 @@ LAST_PATCH_VERSION:=$(shell git ls-remote git@github.com:joewalnes/websocketd.gi
21
21
VERSION_PATCH: =$(or $(LAST_PATCH_VERSION ) ,0)
22
22
RELEASE_VERSION =$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_PATCH )
23
23
24
- GO_VERSION =1.11.5
24
+ GO_VERSION =1.15.7
25
25
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
26
26
27
27
You can’t perform that action at this time.
0 commit comments