9 lines
189 B
Go
9 lines
189 B
Go
package version
|
|
|
|
var (
|
|
// Name identifies the service in logs and telemetry.
|
|
Name = "caddy-proxy-manager-plus"
|
|
// SemVer captures the backend semantic version.
|
|
SemVer = "0.1.0-alpha"
|
|
)
|