Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
abutaha committed Jun 5, 2020
1 parent 9ce50f8 commit 675be30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws-es-proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand All @@ -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)
}
Expand Down

0 comments on commit 675be30

Please sign in to comment.