Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Bump version for new Release
Browse files Browse the repository at this point in the history
  • Loading branch information
c-mueller committed Feb 23, 2020
1 parent 402a514 commit da85ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func setup(c *caddy.Controller) error {
// Modify based on current version
// Currently no (useful) automated procedure known
// ToDo Investigate automated options for this
log.Info("Initializing CoreDNS 'ads' plugin. Version 0.2.0")
log.Info("Initializing CoreDNS 'ads' plugin. Version 0.2.1")
c.Next()
cfg, err := parsePluginConfiguration(c)
if err != nil {
Expand Down

0 comments on commit da85ebd

Please sign in to comment.