Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute8511 committed Mar 6, 2018
1 parent 3ad8d67 commit 048121f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions producer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ func TestTopicProducerMgrRemoveNsqdNode(t *testing.T) {
}
w.producerMtx.Unlock()
time.Sleep(removingKeepTime)
time.Sleep(config.LookupdPollInterval)
w.producerMtx.Lock()
if len(w.producers) != len(usedPeers) {
t.Error("producer number not match used")
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package nsq

// VERSION
const VERSION = "1.2.0 HA"
const VERSION = "1.2.1 HA"

0 comments on commit 048121f

Please sign in to comment.