Skip to content

Commit

Permalink
Bump version to v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hguandl committed Feb 24, 2021
1 parent 3e03640 commit 2fe9e29
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 @@ -13,7 +13,7 @@ import (
)

// Version is current `git describe --tags` infomation.
var Version string = "v1.0.3"
var Version string = "v2.0.0"

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

0 comments on commit 2fe9e29

Please sign in to comment.