Skip to content

Commit

Permalink
bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fadlinurhasan committed Oct 15, 2019
1 parent 522b07d commit 4bb452a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed

## [0.13.1]
### Changed
- Reorder config to fetch kafka and elasticsearch value

## [0.13.0]
### Changed
- Support GRPC with gateway
Expand Down
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ import (
"fmt"
"os"

"net/http"

"github.com/BaritoLog/barito-flow/cmds"
log "github.com/sirupsen/logrus"
"github.com/urfave/cli"
"net/http"

"github.com/prometheus/client_golang/prometheus/promhttp"
)

const (
Name = "barito-flow"
Version = "0.13.0"
Version = "0.13.1"
)

var (
Expand Down

0 comments on commit 4bb452a

Please sign in to comment.