Skip to content

Commit

Permalink
Merge pull request #466 from hilary/release-1.20
Browse files Browse the repository at this point in the history
bump version to 1.20.0
  • Loading branch information
hilary authored Jun 12, 2019
2 parents 210fc9f + df85a38 commit 6f0a5b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log

All changes to `doctl` will be documented in this file.

## [1.20.0] - UNRELEASED
## [1.20.0] - 2019-06-11

- #465 fix typo in CONTRIBUTING.md - @senechko
- #463 Add kubernetes delete-node and replace-node commands, deprecate and hide recycle - @bouk
- #456 tag the release with the release tag - @hilary

## [1.19.0] - 2019-05-31

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.19.0
ENV DOCTL_VERSION=1.20.0

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 @@ -50,7 +50,7 @@ var (
// DoitVersion is doit's version.
DoitVersion = Version{
Major: 1,
Minor: 19,
Minor: 20,
Patch: 0,
Label: "dev",
}
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: doctl
version: "1.19.0"
version: "1.20.0"
summary: A command line tool for DigitalOcean services
description: doctl is a command line tool for DigitalOcean servics using the API.

Expand Down

0 comments on commit 6f0a5b4

Please sign in to comment.