diff --git a/cmd/root.go b/cmd/root.go index f7e320c..fb3d848 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,7 +15,7 @@ func Execute() { Use: "shamir", Short: "Split and combine secrets using Shamir's Secret Sharing algorithm.", Long: "Split and combine secrets using Shamir's Secret Sharing algorithm.", - Version: "0.1.1", + Version: "0.1.2", Example: strings.Join(examples, "\n"), }