mirror of
https://github.com/vbatts/srvdav.git
synced 2025-02-16 17:17:57 +00:00
6 lines
46 B
Go
6 lines
46 B
Go
|
package caldav
|
||
|
|
||
|
const (
|
||
|
VERSION = "3.0.0"
|
||
|
)
|