diff --git a/Changelog.md b/Changelog.md index 04c93fa..c5d5473 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,8 @@ Always update Version in Makefile ## Unreleased +## [v1.4.1] - 2020-05-06 + ### Fixed - removed `release/` folder - FileStatCheck for links diff --git a/Makefile b/Makefile index 2dfea94..c575195 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ifeq ($(GOOS),) GOOS := "linux" endif -VERSION=1.4.0 +VERSION=1.4.1 PWD := $(shell pwd)