Skip to content

Commit

Permalink
version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed May 19, 2014
1 parent c5b4b95 commit b891b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku.go
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
Version = "0.10.1"
Version = "0.10.2"
DefaultAPIURL = "https://api.heroku.com"
DefaultUserAgent = "heroku-go/" + Version + " (" + runtime.GOOS + "; " + runtime.GOARCH + ")"
)
Expand Down

0 comments on commit b891b4c

Please sign in to comment.