Skip to content

Commit

Permalink
Promoted version to 1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Nov 27, 2019
1 parent ecc2366 commit 48f375b
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.31.1",
"version": "1.31.2",
"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.31.1"
CliVersion = "1.31.2"
ClientAgent = "jfrog-cli-go"
OnErrorPanic OnError = "panic"

Expand Down

0 comments on commit 48f375b

Please sign in to comment.