Skip to content

Commit

Permalink
🔖 Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabdelrahman committed Jan 14, 2023
1 parent 5b4b5b6 commit 3e9b6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
}

Expand Down

0 comments on commit 3e9b6eb

Please sign in to comment.