Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Dec 18, 2020
1 parent b9a7417 commit fc6644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf-ddns.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ipv4Checker = "https://api.ipify.org"
const ipv6Checker = "https://api64.ipify.org"
const connChecker = "http://clients3.google.com/generate_204"
const cfAPI = "https://api.cloudflare.com/client/v4/"
const versionString = "0.1-beta"
const versionString = "0.2-beta"

type configuration struct {
details *config.Config
Expand Down

0 comments on commit fc6644e

Please sign in to comment.