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