Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Apr 16, 2018
1 parent 5febaab commit c3b49e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongofluxd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var infoLog *log.Logger = log.New(os.Stdout, "INFO ", log.Flags())

const (
Name = "mongofluxd"
Version = "0.5.0"
Version = "0.5.1"
mongoUrlDefault = "localhost"
influxUrlDefault = "http://localhost:8086"
influxClientsDefault = 10
Expand Down

0 comments on commit c3b49e4

Please sign in to comment.