Skip to content

Commit

Permalink
Promote version to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Mar 17, 2020
1 parent 82e4eab commit 9457b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jfrog-cli-go",
"version": "1.34.1",
"version": "1.35.0",
"description": "🐸 Command-line interface for JFrog Artifactory, Bintray, Mission Control and Xray 🐸",
"homepage": "https://github.com/jfrog/jfrog-cli-go",
"preferGlobal": true,
Expand Down
2 changes: 1 addition & 1 deletion utils/cliutils/cli_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cliutils

const (
// General CLI constants
CliVersion = "1.34.1"
CliVersion = "1.35.0"
ClientAgent = "jfrog-cli-go"
OnErrorPanic OnError = "panic"

Expand Down

0 comments on commit 9457b84

Please sign in to comment.