We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b5585 commit 1514f55Copy full SHA for 1514f55
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.200.0-rc2"
+const VERSION Version = "v0.200.0-rc3"
12
13
// Semver parses and returns semver
14
func (v Version) Semver() *semver.Version {
0 commit comments