- track version with commitizen
- update version in cli
+10
CHANGELOG.md
+10
CHANGELOG.md
+1
-1
cmd/root.go
+1
-1
cmd/root.go
···
39
Long: `PDSAdmin is a tool for interacting with a PDS you own.
40
41
This implementation tries to be comparable with [bluesky-social's](https://github.com/bluesky-social/pds).`,
42
-
Version: "0.0.1",
43
// Uncomment the following line if your bare application
44
// has an action associated with it:
45
// Run: func(cmd *cobra.Command, args []string) { },
···
39
Long: `PDSAdmin is a tool for interacting with a PDS you own.
40
41
This implementation tries to be comparable with [bluesky-social's](https://github.com/bluesky-social/pds).`,
42
+
Version: "0.1.0",
43
// Uncomment the following line if your bare application
44
// has an action associated with it:
45
// Run: func(cmd *cobra.Command, args []string) { },