Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessfraz committed Apr 27, 2015
1 parent 944c53c commit c794a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type ForecastRequest struct {
Exclude []string `json:"exclude"`
}

const VERSION = "v0.1.0"
const VERSION = "v0.2.0"

func main() {
var location string
Expand Down

0 comments on commit c794a38

Please sign in to comment.