diff --git a/cmd/root.go b/cmd/root.go index fbd881c..62bf10f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -20,7 +20,7 @@ func GenerateRootCommand( 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.4.3", + Version: "0.5.0", Example: strings.Join(examples, "\n"), }