diff --git a/main.go b/main.go index 9cffe0e..05e8df6 100644 --- a/main.go +++ b/main.go @@ -11,6 +11,7 @@ import ( func main() { app := &cli.App{ Name: "ssh-sync", + Version: "v0.2.4", Description: "Syncs your ssh keys to a remote server", Commands: []*cli.Command{ {