Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Apr 30, 2020
1 parent f829155 commit 8a1149c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Security

## [1.5.4]
- Add support for Go 1.12, 1.13, 1.14
- Add `oldstable` support
- Fix `gimme X` when `$GOFLAGS` is set to a bad value

## [1.5.3] - 2018-10-10
- Add Go 1.11 support
- Detect `msys_nt*` as Windows (git bash)
Expand Down
4 changes: 2 additions & 2 deletions gimme
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ set -o pipefail

[[ ${GIMME_DEBUG} ]] && set -x

readonly GIMME_VERSION="v1.5.3"
readonly GIMME_COPYRIGHT="Copyright (c) 2015-2018 gimme contributors"
readonly GIMME_VERSION="v1.5.4"
readonly GIMME_COPYRIGHT="Copyright (c) 2015-2020 gimme contributors"
readonly GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/${GIMME_VERSION}/LICENSE"
export GIMME_VERSION
export GIMME_COPYRIGHT
Expand Down

0 comments on commit 8a1149c

Please sign in to comment.