From abc544b368ed5ab30a69e44a991391b5a9326d77 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Mon, 3 Sep 2018 21:39:42 -0700 Subject: [PATCH] v1.4.1 (#51) --- README.md | 4 ++-- pkg/dbmate/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f53959e..2932b8f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,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.4.0/dbmate-linux-amd64 +$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64 $ sudo chmod +x /usr/local/bin/dbmate ``` @@ -57,7 +57,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.4.0/dbmate-linux-amd64 +$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64 $ chmod +x bin/dbmate-heroku $ git add bin/dbmate-heroku $ git commit -m "Add dbmate binary" diff --git a/pkg/dbmate/version.go b/pkg/dbmate/version.go index 0337d12..809c9e0 100644 --- a/pkg/dbmate/version.go +++ b/pkg/dbmate/version.go @@ -1,4 +1,4 @@ package dbmate // Version of dbmate -const Version = "1.4.0" +const Version = "1.4.1"