Skip to content

Commit

Permalink
2.3.5: Update announcement URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hguandl committed Jul 21, 2021
1 parent fb47f71 commit a7df8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4"
var Version string = "v2.3.5"

func consume(ch chan common.NotifyPayload, notifiers []notifier.Notifier) {
for {
Expand Down
2 changes: 1 addition & 1 deletion watcher/akanno.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (watcher akAnnounceWatcher) apiURL() string {
}
clientID := rand.Intn(114514191) + 11451419
return fmt.Sprintf("%s?sign=%d",
"https://ak-fs.hypergryph.com/announce/IOS/announcement.meta.json",
"https://ak-conf.hypergryph.com/config/prod/announce_meta/IOS/announcement.meta.json",
clientID,
)
}
Expand Down

0 comments on commit a7df8b6

Please sign in to comment.