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