summaryrefslogtreecommitdiff
path: root/core/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/version.go')
-rw-r--r--core/version.go11
1 files changed, 11 insertions, 0 deletions
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 <https://www.gnu.org/licenses/agpl-3.0.html>.
+
+package core
+
+// These variables are set by the linker. They can be modified in the Makefile.
+var (
+ Version = "Unknown"
+ Commit = "Unknown"
+)