// 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" )