mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-05 23:02:54 +08:00
8 lines
115 B
Go
8 lines
115 B
Go
package version
|
|
|
|
var (
|
|
// Version the module version
|
|
Version = "devel"
|
|
// Build the build time
|
|
Build = "N/A"
|
|
)
|