Skip to content

Commit abc544b

Browse files
authored
v1.4.1 (amacneil#51)
1 parent 0eabb5d commit abc544b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ brew install dbmate
3939
Download the binary directly:
4040

4141
```sh
42-
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.4.0/dbmate-linux-amd64
42+
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64
4343
$ sudo chmod +x /usr/local/bin/dbmate
4444
```
4545

@@ -57,7 +57,7 @@ To use dbmate on Heroku, the easiest method is to store the linux binary in your
5757

5858
```sh
5959
$ mkdir -p bin
60-
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.4.0/dbmate-linux-amd64
60+
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64
6161
$ chmod +x bin/dbmate-heroku
6262
$ git add bin/dbmate-heroku
6363
$ git commit -m "Add dbmate binary"

pkg/dbmate/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package dbmate
22

33
// Version of dbmate
4-
const Version = "1.4.0"
4+
const Version = "1.4.1"

0 commit comments

Comments
 (0)