Skip to content

Commit

Permalink
Merge pull request #21 from jkulzer/bump-version
Browse files Browse the repository at this point in the history
bumped version to next version
  • Loading branch information
jkulzer authored Dec 8, 2024
2 parents 3950e32 + 5f72599 commit c1aeedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubefetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
flag.Parse()

if *versionFlag {
fmt.Println("0.7.1")
fmt.Println("0.8.1")
return
} else {

Expand Down Expand Up @@ -339,6 +339,7 @@ func getCNI(clientset *kubernetes.Clientset) string {
cniUsed = "Flannel"
}
} else {

if cniUsed == "" {
cniUsed = "unknown"
}
Expand Down

0 comments on commit c1aeedb

Please sign in to comment.