Skip to content

Commit

Permalink
Promote version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Jul 21, 2021
1 parent 7e3ac5e commit 717ce76
Showing 1 changed file with 1 addition and 1 deletion.
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.0.0"
var agentVersion = "1.1.0"

func GetVersion() string {
return agentVersion
Expand Down

0 comments on commit 717ce76

Please sign in to comment.