Skip to content

Commit 1514f55

Browse files
committed
Release v0.200.0-rc3
1 parent 56b5585 commit 1514f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
type Version string
99

1010
// VERSION is the current version of the GOBL library.
11-
const VERSION Version = "v0.200.0-rc2"
11+
const VERSION Version = "v0.200.0-rc3"
1212

1313
// Semver parses and returns semver
1414
func (v Version) Semver() *semver.Version {

0 commit comments

Comments
 (0)