Update package version in doc.go

The version constant in doc.go was incremented from "0.1.0" to "0.1.1". This reflects recent minor changes or bug fixes made to the meteologix package.
This commit is contained in:
Winni Neessen 2023-06-27 19:26:02 +02:00
parent abd200177f
commit 85c3c1aff3
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

2
doc.go
View file

@ -6,4 +6,4 @@
package meteologix
// VERSION represents the current version of the package
const VERSION = "0.1.0"
const VERSION = "0.1.1"