From 058bab453d1c8476ca070881ec880154c924ebc5 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Sun, 7 Aug 2016 23:31:17 -0700 Subject: [PATCH] v1.1.0 --- README.md | 4 ++-- version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a23ec3dc..a3c1caa1 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.0.1/dbmate-linux-amd64 +$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.1.0/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.0.1/dbmate-linux-amd64 +$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.1.0/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 d82b1b4a..88e482c8 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package main // Version of dbmate -const Version = "1.0.1" +const Version = "1.1.0"