Skip to content

Commit

Permalink
fix: move version into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Aug 19, 2023
1 parent c828ab7 commit 366cc6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/helm-schema/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"github.com/spf13/viper"
)

var version string = "0.1.0"

func possibleLogLevels() []string {
levels := make([]string, 0)

Expand Down
3 changes: 3 additions & 0 deletions cmd/helm-schema/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package main

var version string = "0.1.1"

0 comments on commit 366cc6d

Please sign in to comment.