diff --git a/README.md b/README.md index 40719f2a..5d894ad2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ brew install dbmate Download the binary directly: ```sh -$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.0/dbmate-linux-amd64 +$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64 $ chmod +x dbmate $ 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 $ mkdir -p bin -$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.2.0/dbmate-linux-amd64 +$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64 $ chmod +x bin/dbmate-heroku $ git add bin/dbmate-heroku $ git commit -m "Add dbmate binary" diff --git a/version.go b/version.go index 58576e65..d0c65727 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package main // Version of dbmate -const Version = "1.2.0" +const Version = "1.2.1"