We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6b8ca commit 3ef2195Copy full SHA for 3ef2195
version.go
@@ -8,7 +8,7 @@ import (
8
type Version string
9
10
// VERSION is the current version of the GOBL library.
11
-const VERSION Version = "v0.69.0"
+const VERSION Version = "v0.69.1"
12
13
// Semver parses and returns semver
14
func (v Version) Semver() *semver.Version {
0 commit comments