Skip to content

Commit

Permalink
Version bump: 3.0.6-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Jan 15, 2017
1 parent de325c0 commit 61a8e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion herokucmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func recordDecision(e *parsecli.Env, decision string) {
func PromptCreateWebhooks(e *parsecli.Env) (string, error) {
selections := map[int]string{
1: "Heroku (https://www.heroku.com)",
2: "Parse (https://parse.com/docs/cloudcode/guide)",
2: "Back4App (https://parse.com/docs/cloudcode/guide)",
}

msg := "Sorry! CLI supports only Parse Cloud Code and Heroku."
Expand Down
2 changes: 1 addition & 1 deletion parsecli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
Version = "3.0.5"
Version = "3.0.6-beta"
CloudDir = "cloud"
HostingDir = "public"
DefaultBaseURL = "https://parsecli.back4app.com/"
Expand Down

0 comments on commit 61a8e12

Please sign in to comment.