From 99174e0eb34de9b0c649eb11ac3691ff394e649b Mon Sep 17 00:00:00 2001 From: Abdelrahman Abdelhafez Date: Fri, 26 Mar 2021 00:00:18 +0100 Subject: [PATCH] :bookmark: Release v0.1.2 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), }