Skip to content

Commit

Permalink
[iman] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iman Tung committed Jun 12, 2018
1 parent 77ad1b5 commit f9fe933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
Name = "barito-flow"
Version = "0.6.0"
Version = "0.7.0"
)

func main() {
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Environment Variables

## Changes Log

#### 0.7.0
- Graceful Shutdown

#### 0.6.0
- Using consul to get kafka brokers, if consul not available then using environment variable
- Using consul to get elasticsearch url, if url not available then using environment variable
Expand Down

0 comments on commit f9fe933

Please sign in to comment.