Skip to content

Commit

Permalink
fix version number. #296
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Dec 6, 2024
1 parent d1b6993 commit 722a6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvtk/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

// VERSION of csvtk
const VERSION = "0.31.2"
const VERSION = "0.32.0"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 722a6f4

Please sign in to comment.