Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Aug 20, 2019
1 parent 5d1ba7e commit bc07d13
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.6
rwynn/mongofluxd:1.1.0
2 changes: 1 addition & 1 deletion docker/release/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.1.0
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.6"
Version = "1.1.0"
mongoUrlDefault = "mongodb://localhost:27017"
influxUrlDefault = "http://localhost:8086"
influxClientsDefault = 10
Expand Down

0 comments on commit bc07d13

Please sign in to comment.