Skip to content

Commit

Permalink
v 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shrey agarwal committed Oct 4, 2016
1 parent 1f27e21 commit 0e4ef35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# elasty
elastic CLI for unix mac

# To Run
Download from Releases( github ) and run using
`elasty -c ./config/app.toml <command>`

# Config File
See `config/app.toml` , the config file has all the comments

Expand Down
2 changes: 1 addition & 1 deletion elasty.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func cliArgsParse() {

app := cli.NewApp()
app.Name = "elasty"
app.Version = "0.0.3"
app.Version = "0.0.4"
app.Compiled = time.Now()
app.Authors = []cli.Author{
cli.Author{
Expand Down

0 comments on commit 0e4ef35

Please sign in to comment.