Files
nuntius/internal/version/version.go
T

14 lines
399 B
Go
Raw Normal View History

// Copyright (c) 2026 Petr Balvín <opensource@petrbalvin.org> (https://petrbalvin.org)
// SPDX-License-Identifier: MIT
//go:build linux || freebsd
// Package version exposes the nuntius release identity.
package version
// Name is the program name reported by `--version` and in log lines.
const Name = "nuntius"
// Version is the nuntius release version. Follows SemVer.
var Version = "1.1.0"