Skip to content

Commit 5ea8f21

Browse files
authored
🔧Fix: Fix manuscript version (#48)
* fix(version): fix manuscript version fix manuscript version
1 parent 95a8248 commit 5ea8f21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

commands/commandder.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ package commands
22

33
import (
44
"fmt"
5-
"github.com/spf13/cobra"
65
"os"
6+
7+
"github.com/spf13/cobra"
78
)
89

910
var (
1011
env string
11-
version = "1.0.3"
12+
version = "1.0.4"
1213
)
1314

1415
func Execute(args []string) error {

0 commit comments

Comments
 (0)