Skip to content

Commit

Permalink
Merge pull request #470 from hilary/release-1.20.1
Browse files Browse the repository at this point in the history
Release 1.20.1
  • Loading branch information
hilary authored Jun 17, 2019
2 parents 36a9c41 + 15d9b91 commit 07aeecb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.20.1] - 2019-06-14

- #471 add macport to README - @hilary
- #469 set default location for config file to configPath - @hilary
- #468 advise when not to use snap, revise README for flow - @hilary
- #467 set snap version using tag - @hilary

## [1.20.0] - 2019-06-11

- #465 fix typo in CONTRIBUTING.md - @senechko
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.8

ENV DOCTL_VERSION=1.20.0
ENV DOCTL_VERSION=1.20.1

RUN apk add --no-cache curl

Expand Down
2 changes: 1 addition & 1 deletion doit.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
DoitVersion = Version{
Major: 1,
Minor: 20,
Patch: 0,
Patch: 1,
Label: "dev",
}

Expand Down

0 comments on commit 07aeecb

Please sign in to comment.