Skip to content

Commit

Permalink
Promoted version to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Dec 17, 2018
1 parent f9a68ad commit 1b3f4cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
github.com/buger/jsonparser v0.0.0-20180910192245-6acdf747ae99
github.com/codegangsta/cli v1.20.0
github.com/jfrog/gofrog v1.0.2
github.com/jfrog/jfrog-client-go v0.1.3
github.com/jfrog/jfrog-client-go v0.2.0
github.com/magiconair/properties v1.8.0
github.com/mattn/go-shellwords v1.0.3
github.com/mholt/archiver v2.1.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion jfrog-cli/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.22.1"
CliVersion = "1.23.0"
ClientAgent = "jfrog-cli-go"
OnErrorPanic OnError = "panic"

Expand Down
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.22.1",
"version": "1.23.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

0 comments on commit 1b3f4cc

Please sign in to comment.