summaryrefslogtreecommitdiff
path: root/core/version.go
blob: 45d8ab5915be37faf3e6093fecb168cd890a2b6b (plain)
1
2
3
4
5
6
7
8
9
10
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"
)