This commit is contained in:
Adrian Macneil 2016-08-15 23:18:13 -07:00
parent dec6892128
commit 309452450e
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.1.0/dbmate-linux-amd64
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.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.1.0/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.2.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.1.0"
const Version = "1.2.0"