From f1d95ac3c3b241f194c5dabcf967e331f450aebd Mon Sep 17 00:00:00 2001 From: pratishshr Date: Thu, 3 Oct 2019 20:01:01 +0545 Subject: [PATCH] Bump version --- envault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envault.go b/envault.go index e5fe77d..d890b3b 100644 --- a/envault.go +++ b/envault.go @@ -9,7 +9,7 @@ import ( func main() { info := &cli.Info{ Name: "Envault", - Version: "1.1.3", + Version: "1.1.4", Description: "Envault is a simple CLI tool which runs a process with secrets from AWS Secrets Manager.", AuthorName: "Pratish Shrestha", AuthorEmail: "pratishshr@gmail.com",