Skip to content

Commit

Permalink
udpat
Browse files Browse the repository at this point in the history
  • Loading branch information
orangekame3 committed Oct 7, 2023
1 parent 77ebbe5 commit 3ca0118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package cmd is a root command.
/*
Copyright © 2023 Takafumi Miyanaga <[email protected]>
Expand All @@ -23,6 +24,7 @@ package cmd

import "fmt"

// Version is a version of this application.
const Version = "0.0.1"

// SetVersionInfo sets version and date to rootCmd
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ module github.com/orangekame3/cobra-template

go 1.21.0

require github.com/spf13/cobra v1.7.0

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit 3ca0118

Please sign in to comment.