drasl/build_config.go
Evan Goode f37e9a5b2b Update to v1.1.0
SQLite database schema has been updated and the Docker build system has
been radically changed, I think this warrants a semver minor version
bump.
2024-05-23 16:58:38 -04:00

15 lines
356 B
Go

package main
// Build constants
const VERSION = "1.1.0"
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
const LICENSE = "GPLv3"
const LICENSE_URL = "https://www.gnu.org/licenses/gpl-3.0.en.html"
const DEFAULT_DATA_DIRECTORY = "/usr/share/drasl"
const DEFAULT_STATE_DIRECTORY = "/var/lib/drasl"
const DEFAULT_CONFIG_DIRECTORY = "/etc/drasl"