Skip to content

Commit bdfd6de

Browse files
committed
bumped version
1 parent e8678b0 commit bdfd6de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
1515
Short: "Print the version number of docsql",
1616
Long: `All software has versions. This is docsql's`,
1717
Run: func(cmd *cobra.Command, args []string) {
18-
fmt.Println("docsql v1.0.0")
18+
fmt.Println("docsql v1.0.1")
1919
},
2020
}

0 commit comments

Comments
 (0)