Skip to content

Commit

Permalink
chore: version bump v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyeanderson committed Mar 30, 2024
1 parent 1c82436 commit d1aee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "v0.0.1",
Version: "v0.0.2",
Use: "ddns",
Short: "A simple DDNS server and client",
Long: fmt.Sprintf(`A simple DDNS server and client.
Expand Down

0 comments on commit d1aee92

Please sign in to comment.