From 657bd781bf4095a78387525e641908872e2205e5 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Nov 2020 17:04:05 -0500 Subject: Add some version information and a license. --- cmd/cli/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/cli') diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 989592a..8bb9a24 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -9,6 +9,8 @@ import ( "riedstra.dev/mitch/steam-export/steam" ) +var Version = "Development" + func parseArgs(args []string) error { if len(args) < 2 { return errors.New("Not enough arguments") -- cgit v1.2.3