Skip to content

Commit

Permalink
Merge pull request #39 from cruise-automation/release_v1.4.1
Browse files Browse the repository at this point in the history
release v1.4.1
  • Loading branch information
Collin Mulliner committed May 6, 2020
2 parents 43dc521 + 1adbae2 commit 22ff694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,8 @@ Always update Version in Makefile

## Unreleased

## [v1.4.1] - 2020-05-06

### Fixed
- removed `release/` folder
- FileStatCheck for links
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ ifeq ($(GOOS),)
GOOS := "linux"
endif

VERSION=1.4.0
VERSION=1.4.1

PWD := $(shell pwd)

Expand Down

0 comments on commit 22ff694

Please sign in to comment.