From a45d03acdb87e47fc1cb32d6942b919cdfe6f2b2 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Tue, 28 Apr 2020 17:18:51 -0700 Subject: [PATCH] v1.8.0 (#130) --- README.md | 4 ++-- pkg/dbmate/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7506c5c..46d9647 100644 --- a/README.md +++ b/README.md @@ -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.7.0/dbmate-linux-amd64 +$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.8.0/dbmate-linux-amd64 $ sudo chmod +x /usr/local/bin/dbmate ``` @@ -61,7 +61,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.7.0/dbmate-linux-amd64 +$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.8.0/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 7181585..7760743 100644 --- a/pkg/dbmate/version.go +++ b/pkg/dbmate/version.go @@ -1,4 +1,4 @@ package dbmate // Version of dbmate -const Version = "1.7.0" +const Version = "1.8.0"