Skip to content

Commit

Permalink
v1.4.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Sep 4, 2018
1 parent 0eabb5d commit abc544b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ brew install dbmate
Download the binary directly:

```sh
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.4.0/dbmate-linux-amd64
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64
$ sudo chmod +x /usr/local/bin/dbmate
```

Expand All @@ -57,7 +57,7 @@ To use dbmate on Heroku, the easiest method is to store the linux binary in your

```sh
$ mkdir -p bin
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.4.0/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64
$ chmod +x bin/dbmate-heroku
$ git add bin/dbmate-heroku
$ git commit -m "Add dbmate binary"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dbmate/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dbmate

// Version of dbmate
const Version = "1.4.0"
const Version = "1.4.1"

0 comments on commit abc544b

Please sign in to comment.