···11+## v0.1.0 (2025-09-13)
22+33+44+- use tangled pkg name
55+66+## v0.0.1 (2025-09-13)
77+88+### Feat
99+1010+- initial release
+1-1
cmd/root.go
···3939 Long: `PDSAdmin is a tool for interacting with a PDS you own.
40404141This implementation tries to be comparable with [bluesky-social's](https://github.com/bluesky-social/pds).`,
4242- Version: "0.0.1",
4242+ Version: "0.1.0",
4343 // Uncomment the following line if your bare application
4444 // has an action associated with it:
4545 // Run: func(cmd *cobra.Command, args []string) { },