Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed May 11, 2019
1 parent 4a6d750 commit 6361f02
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 @@ -36,7 +36,7 @@ var errorLog *log.Logger = log.New(os.Stdout, "ERROR ", log.Flags())

const (
Name = "mongofluxd"
Version = "1.0.1"
Version = "1.0.2"
mongoUrlDefault = "mongodb://localhost:27017"
influxUrlDefault = "http://localhost:8086"
influxClientsDefault = 10
Expand Down

0 comments on commit 6361f02

Please sign in to comment.