Skip to content

Commit

Permalink
Bump version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hguandl committed May 23, 2021
1 parent c779cdb commit fb47f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dr-feeder.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Version is current `git describe --tags` infomation.
var Version string = "v2.3.3"
var Version string = "v2.3.4"

func consume(ch chan common.NotifyPayload, notifiers []notifier.Notifier) {
for {
Expand Down

0 comments on commit fb47f71

Please sign in to comment.