mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-13 16:40:03 +01:00
v1.2.0
This commit is contained in:
parent
dec6892128
commit
309452450e
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ $ brew install dbmate
|
||||||
Download the binary directly:
|
Download the binary directly:
|
||||||
|
|
||||||
```sh
|
```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
|
$ chmod +x dbmate
|
||||||
$ mv dbmate /usr/local/bin
|
$ 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
|
```sh
|
||||||
$ mkdir -p bin
|
$ 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
|
$ chmod +x bin/dbmate-heroku
|
||||||
$ git add bin/dbmate-heroku
|
$ git add bin/dbmate-heroku
|
||||||
$ git commit -m "Add dbmate binary"
|
$ git commit -m "Add dbmate binary"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
// Version of dbmate
|
// Version of dbmate
|
||||||
const Version = "1.1.0"
|
const Version = "1.2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue