This commit is contained in:
Adrian Macneil 2016-08-07 23:31:17 -07:00
parent 54b58d850e
commit 058bab453d
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ $ brew install dbmate
Download the binary directly:
```sh
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.0.1/dbmate-linux-amd64
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.1.0/dbmate-linux-amd64
$ chmod +x dbmate
$ mv dbmate /usr/local/bin
```
@ -42,7 +42,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.0.1/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.1.0/dbmate-linux-amd64
$ chmod +x bin/dbmate-heroku
$ git add bin/dbmate-heroku
$ git commit -m "Add dbmate binary"

View file

@ -1,4 +1,4 @@
package main
// Version of dbmate
const Version = "1.0.1"
const Version = "1.1.0"