Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed May 8, 2014
1 parent 3a3b490 commit 6913807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

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

0 comments on commit 6913807

Please sign in to comment.