Skip to content

Commit

Permalink
🔖 Release v0.2.0
Browse files Browse the repository at this point in the history
itsabdelrahman committed Jun 19, 2022
1 parent 0f3e0d0 commit 7e08d94
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
@@ -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.1.2",
Version: "0.2.0",
Example: strings.Join(examples, "\n"),
}

0 comments on commit 7e08d94

Please sign in to comment.