Skip to content

Commit

Permalink
Change k8senv version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
  • Loading branch information
navilg committed Oct 27, 2024
1 parent a09765f commit e190016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
)

var version string = "v1.0.3"
var version string = "v1.1.0"
var gitCommit string = "###GitCommitPlaceholder###"

func getGitCommit() string {
Expand Down

0 comments on commit e190016

Please sign in to comment.