Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Nov 24, 2019
1 parent 17d641e commit a9e72b9
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.2.0
rwynn/mongofluxd:1.2.1
2 changes: 1 addition & 1 deletion docker/release/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion mongofluxd.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var errorLog *log.Logger = log.New(os.Stdout, "ERROR ", log.Flags())

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

0 comments on commit a9e72b9

Please sign in to comment.