mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
v1.6.0 (#79)
This commit is contained in:
parent
3250277c26
commit
5a8b38be13
2 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,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.5.0/dbmate-linux-amd64
|
||||
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.6.0/dbmate-linux-amd64
|
||||
$ sudo chmod +x /usr/local/bin/dbmate
|
||||
```
|
||||
|
||||
|
|
@ -55,7 +55,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.5.0/dbmate-linux-amd64
|
||||
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.6.0/dbmate-linux-amd64
|
||||
$ chmod +x bin/dbmate-heroku
|
||||
$ git add bin/dbmate-heroku
|
||||
$ git commit -m "Add dbmate binary"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package dbmate
|
||||
|
||||
// Version of dbmate
|
||||
const Version = "1.5.0"
|
||||
const Version = "1.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue