Skip to content

Commit

Permalink
v1.5.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed May 20, 2019
1 parent 8f7c32a commit a31e06b
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 @@ -38,7 +38,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.1/dbmate-linux-amd64
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.5.0/dbmate-linux-amd64
$ sudo chmod +x /usr/local/bin/dbmate
```

Expand All @@ -56,7 +56,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.1/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.5.0/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.1"
const Version = "1.5.0"

0 comments on commit a31e06b

Please sign in to comment.