// Copyright (c) 2026 Petr BalvĂ­n (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.0.0"