diff options
| author | nytpu <alex@nytpu.com> | 2021-04-19 10:16:20 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-04-19 10:16:20 -0600 |
| commit | fd2667cb9f6fe15c1770b82372007524aadb1cf0 (patch) | |
| tree | 52c842f9d4b08306e8b91714810044b9040d5cc9 /version.go | |
| parent | ffe7a37c66d5cfe3f834951545c562ae3b8dcdaa (diff) | |
move Version and Commit to core
Diffstat (limited to 'version.go')
| -rw-r--r-- | version.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/version.go b/version.go deleted file mode 100644 index 113d5f6..0000000 --- a/version.go +++ /dev/null @@ -1,11 +0,0 @@ -// 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 main - -// These variables are set by the linker. They can be modified in the Makefile. -var ( - Version = "Unknown" - Commit = "Unknown" -) |
