Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
- Go Module changes for version.go
  • Loading branch information
shammishailaj committed Jan 24, 2023
1 parent 56e052e commit 1ae9fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion templates/version.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package cmd
import (
"fmt"
"github.com/spf13/cobra"
"{{.Name}}/pkg/schemas"
"{{.ModuleName}}/pkg/schemas"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 1ae9fb6

Please sign in to comment.