Skip to content

Commit 675be30

Browse files
committed
Updated version number
1 parent 9ce50f8 commit 675be30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-es-proxy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ func main() {
458458
endpoint = v
459459
} else {
460460
text := "You need to specify Amazon ElasticSearch endpoint.\n" +
461-
"You can use either argument '-endpoint' OR environment variable 'ENDPOINT'.\n" +
462-
"Please run with '-h' for a list of available arguments."
461+
"You can use either argument '-endpoint' OR environment variable 'ENDPOINT'.\n" +
462+
"Please run with '-h' for a list of available arguments."
463463
fmt.Println(text)
464464
os.Exit(1)
465465
}
@@ -472,7 +472,7 @@ func main() {
472472
}
473473

474474
if ver {
475-
version := 1.0
475+
version := 1.1
476476
logrus.Infof("Current version is: v%.1f", version)
477477
os.Exit(0)
478478
}

0 commit comments

Comments
 (0)