From 675be3056cb78f5aa6643732cc5849c189b7754d Mon Sep 17 00:00:00 2001 From: Muslim AbuTaha Date: Fri, 5 Jun 2020 12:16:57 +0400 Subject: [PATCH] Updated version number --- aws-es-proxy.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aws-es-proxy.go b/aws-es-proxy.go index 40105bb1..54bdd575 100644 --- a/aws-es-proxy.go +++ b/aws-es-proxy.go @@ -458,8 +458,8 @@ func main() { endpoint = v } else { text := "You need to specify Amazon ElasticSearch endpoint.\n" + - "You can use either argument '-endpoint' OR environment variable 'ENDPOINT'.\n" + - "Please run with '-h' for a list of available arguments." + "You can use either argument '-endpoint' OR environment variable 'ENDPOINT'.\n" + + "Please run with '-h' for a list of available arguments." fmt.Println(text) os.Exit(1) } @@ -472,7 +472,7 @@ func main() { } if ver { - version := 1.0 + version := 1.1 logrus.Infof("Current version is: v%.1f", version) os.Exit(0) }