mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-08 16:19:34 +08:00
6 lines
75 B
Go
6 lines
75 B
Go
package version
|
|
|
|
var (
|
|
// Version the module version
|
|
Version = "devel"
|
|
)
|