Skip to content

Commit

Permalink
Promoted version to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Aug 16, 2019
1 parent 15d965b commit 78eea46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/codegangsta/cli v1.20.0
github.com/jfrog/gocmd v0.1.9
github.com/jfrog/gofrog v1.0.4
github.com/jfrog/jfrog-client-go v0.4.0
github.com/jfrog/jfrog-client-go v0.5.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 All @@ -16,7 +16,3 @@ require (
gopkg.in/src-d/go-git-fixtures.v3 v3.3.0 // indirect
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/gocmd => github.com/jfrog/gocmd v0.1.9
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ github.com/jfrog/jfrog-client-go v0.4.0 h1:gLdnxxkjalRtmgtPwLBMX8k5rS/e5y68QMjlH
github.com/jfrog/jfrog-client-go v0.4.0/go.mod h1:z0TT7uU1IcpkiEgySOE7UD/0f/Vzg85wEOixa5IQTas=
github.com/jfrog/jfrog-client-go v0.4.1-0.20190708132318-7f44c86cd726 h1:lZZ4ewhzAWukwzHQs+v+CUFZzK+8a4bJ5CGN0MOf7Bo=
github.com/jfrog/jfrog-client-go v0.4.1-0.20190708132318-7f44c86cd726/go.mod h1:z0TT7uU1IcpkiEgySOE7UD/0f/Vzg85wEOixa5IQTas=
github.com/jfrog/jfrog-client-go v0.5.0 h1:VjFaZh5KxdMyZC1YlHsXUsFq8thWev8a1xUnjUfzC4Y=
github.com/jfrog/jfrog-client-go v0.5.0/go.mod h1:z0TT7uU1IcpkiEgySOE7UD/0f/Vzg85wEOixa5IQTas=
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 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
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.26.3",
"version": "1.27.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.26.3"
CliVersion = "1.27.0"
ClientAgent = "jfrog-cli-go"
OnErrorPanic OnError = "panic"

Expand Down

0 comments on commit 78eea46

Please sign in to comment.