Skip to content

Commit

Permalink
[master] fix readme install path, add default version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaradimas committed Aug 28, 2016
1 parent bef684a commit 05f743f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ http://godoc.org/github.com/upsight/ron

### Installation

go get -u github.com/upsight/ron/cmd
go get -u github.com/upsight/ron/cmd/ron
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var (
// AppName is the applications name, classy
AppName = "ron"
// AppVersion the application version.
AppVersion string
AppVersion = "0.0.1"
// GitCommit is the git hash for the current commit.
GitCommit string
GitCommit = "53a7de4612c36b4cf36a9059b5dfa66fbc2639f9"
)

0 comments on commit 05f743f

Please sign in to comment.