6 lines
45 B
Go
6 lines
45 B
Go
|
package caldav
|
||
|
|
||
|
const (
|
||
|
VERSION = "3.0.0"
|
||
|
)
|