Skip to content

Commit

Permalink
fix consul-template version (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodingenthusiast committed Nov 8, 2023
1 parent 5a24cb4 commit 2d2654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -6,7 +6,7 @@ package version
import "fmt"

const (
Version = "0.34.0"
Version = "0.35.0"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 2d2654f

Please sign in to comment.