adguardhome-sync/version/version.go
2021-08-09 19:00:34 +02:00

9 lines
115 B
Go

package version
var (
// Version the module version
Version = "devel"
// Build the build time
Build = "N/A"
)