Skip to content

Commit

Permalink
Promote version to 1.34.3 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Oct 17, 2023
1 parent e9e39b5 commit 6bb09fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

//replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go dev
// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go dev

// replace github.com/jfrog/gofrog => github.com/jfrog/gofrog dev
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
const (
Development = "development"
Agent = "jfrog-client-go"
Version = "1.34.2"
Version = "1.34.3"
)

type MinVersionProduct string
Expand Down

0 comments on commit 6bb09fe

Please sign in to comment.