Skip to content

Commit 035c18c

Browse files
committed
Prep new release
1 parent 2190c8a commit 035c18c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.4.1 (Jan 24, 2021)
2+
3+
* Minor changes only
4+
* Updated to Go 1.15.7
5+
16
Version 0.3.1 (Jan 28, 2019)
27

38
* Minor improvements to websocketd itself

release/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Uses Semantic Versioning scheme - http://semver.org/
77
VERSION_MAJOR=0
8-
VERSION_MINOR=3
8+
VERSION_MINOR=4
99

1010
# Last part of version number (patch) is incremented automatically from Git tags
1111
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
2121
VERSION_PATCH:=$(or $(LAST_PATCH_VERSION),0)
2222
RELEASE_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
2323

24-
GO_VERSION=1.11.5
24+
GO_VERSION=1.15.7
2525
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
2626

2727

0 commit comments

Comments
 (0)