Skip to content

Commit

Permalink
Promote version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Dec 31, 2021
1 parent ac1ecc2 commit 7a410ab
Show file tree
Hide file tree
Showing 3 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 @@ -7,7 +7,7 @@ require (
github.com/go-git/go-git/v5 v5.4.2
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/gookit/color v1.4.2
github.com/jfrog/build-info-go v0.1.5
github.com/jfrog/build-info-go v0.1.6
github.com/jfrog/gofrog v1.1.1
github.com/mholt/archiver/v3 v3.5.1-0.20210618180617-81fac4ba96e4
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
github.com/jfrog/build-info-go v0.1.5 h1:dcLTX+3+KIclp1NsUS4Lobh4Sutzsym2eCQWsKxGTGs=
github.com/jfrog/build-info-go v0.1.5/go.mod h1:MBrjdmZ6c7Q/otzFwx6dFrbNIjd/mcYDiEwn6nOUhcs=
github.com/jfrog/build-info-go v0.1.6 h1:W6S2Nq65PVTpan3le66eOBvuMim2CbUTtRdnVPTCw+0=
github.com/jfrog/build-info-go v0.1.6/go.mod h1:MBrjdmZ6c7Q/otzFwx6dFrbNIjd/mcYDiEwn6nOUhcs=
github.com/jfrog/gofrog v1.1.1 h1:uRjeZWidQl4FmKP4Zpj5hSKJp3gSIWW9VUwbQdVEVRU=
github.com/jfrog/gofrog v1.1.1/go.mod h1:9YN5v4LlsCfLIXpwQnzSf1wVtgjdHM20FzuIu58RMI4=
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 h1:DowS9hvgyYSX4TO5NpyC606/Z4SxnNYbT+WX27or6Ck=
Expand Down
2 changes: 1 addition & 1 deletion jfrogclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package jfrogclient
import "fmt"

var agentName = "jfrog-client-go"
var agentVersion = "1.5.1"
var agentVersion = "1.7.0"

func GetVersion() string {
return agentVersion
Expand Down

0 comments on commit 7a410ab

Please sign in to comment.