Skip to content

Commit

Permalink
Merge pull request #305 from heroku/version_change
Browse files Browse the repository at this point in the history
Update apiversion.go
  • Loading branch information
dcarroll authored Aug 17, 2016
2 parents 942abb5 + b03b2a6 commit 365d86c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apiversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
)

var apiVersion = "v36.0"
var apiVersionNumber = "36.0"
var apiVersion = "v37.0"
var apiVersionNumber = "37.0"

var cmdApiVersion = &Command{
Run: runApiVersion,
Expand All @@ -17,7 +17,7 @@ Display/Set current API version
Examples:
force apiversion
force apiversion 36.0
force apiversion 37.0
`,
}

Expand Down

0 comments on commit 365d86c

Please sign in to comment.