diff --git a/cmd/root.go b/cmd/root.go index a054886..d473e94 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -21,7 +21,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.0", + Version: "0.4.1", Example: strings.Join(examples, "\n"), }