From 18177ea46108c24ef11d4b2e4ed3eb915c664ea8 Mon Sep 17 00:00:00 2001 From: agellai Date: Fri, 17 Mar 2023 19:56:31 -0700 Subject: [PATCH] add version! --- main.go | 1 + 1 file changed, 1 insertion(+) 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{ {