Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Jun 16, 2019
1 parent db81e9f commit e9893bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/release/.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rwynn/mongofluxd:1.0.5
rwynn/mongofluxd:1.0.6
2 changes: 1 addition & 1 deletion docker/release/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.0.6
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.5"
Version = "1.0.6"
mongoUrlDefault = "mongodb://localhost:27017"
influxUrlDefault = "http://localhost:8086"
influxClientsDefault = 10
Expand Down

0 comments on commit e9893bd

Please sign in to comment.