Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed May 22, 2016
1 parent 08dd47d commit af328ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ brew install dbmate
Download the binary directly:

```sh
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v0.1/dbmate-linux-amd64
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.0.0/dbmate-linux-amd64
$ chmod +x dbmate
$ mv dbmate /usr/local/bin
```
Expand All @@ -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/v0.1/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.0.0/dbmate-linux-amd64
$ chmod +x bin/dbmate-heroku
$ git add bin/dbmate-heroku
$ git commit -m "Add dbmate binary"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of dbmate
const Version = "0.1"
const Version = "1.0.0"

0 comments on commit af328ad

Please sign in to comment.