From 91e663c0f0ec4e1e61a2493f6ab08850cd2e5a2e Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 16 Mar 2021 10:20:31 -0600 Subject: add command parsing --- version.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 version.go (limited to 'version.go') diff --git a/version.go b/version.go new file mode 100644 index 0000000..7ea6fa6 --- /dev/null +++ b/version.go @@ -0,0 +1,11 @@ +// Copyright (C) 2021 nytpu +// SPDX-License-Identifier: AGPL-3.0-or-later +// For more license details, see LICENSE or . + +package main + +// These variables are set by the linker. They can be modified in the Makefile. +var ( + Version = "Unknown" + Commit = "Unknown" +) -- cgit v1.2.3