Skip to content

Commit

Permalink
Promoted version to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barbelity committed Jan 27, 2019
1 parent b723fce commit 04de3f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.2.1
github.com/jfrog/jfrog-client-go v0.2.2
github.com/magiconair/properties v1.8.0
github.com/mattn/go-shellwords v1.0.3
github.com/mholt/archiver v2.1.0+incompatible
Expand All @@ -14,4 +14,4 @@ require (
gopkg.in/yaml.v2 v2.2.2
)

replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go dev
replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v0.2.2
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/jfrog/jfrog-client-go v0.1.4-0.20181213101111-6a0910d81750 h1:4FaJOGM
github.com/jfrog/jfrog-client-go v0.1.4-0.20181213101111-6a0910d81750/go.mod h1:g0MPAQDBbGWqn473RyKpGEUttjSm78kVyX+0gMasT3I=
github.com/jfrog/jfrog-client-go v0.2.1 h1:FwA/acGVa6Ry978/wI6Tqux0WBz9LzRd3MwMIp9kpME=
github.com/jfrog/jfrog-client-go v0.2.1/go.mod h1:g0MPAQDBbGWqn473RyKpGEUttjSm78kVyX+0gMasT3I=
github.com/jfrog/jfrog-client-go v0.2.2 h1:Y9buCW+c/nRkty2GSpXTJQe28GoAG3ZvFgCua3LYdQA=
github.com/jfrog/jfrog-client-go v0.2.2/go.mod h1:g0MPAQDBbGWqn473RyKpGEUttjSm78kVyX+0gMasT3I=
github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e h1:RgQk53JHp/Cjunrr1WlsXSZpqXn+uREuHvUVcK82CV8=
github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand All @@ -54,6 +56,7 @@ github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pierrec/lz4 v2.0.5+incompatible h1:2xWsjqPFWcplujydGg4WmhC/6fZqK42wMM8aXeqhl0I=
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
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.23.1"
CliVersion = "1.23.2"
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.23.1",
"version": "1.23.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

0 comments on commit 04de3f7

Please sign in to comment.