Skip to content

Commit

Permalink
Merge pull request #368 from invopop/v0.200.0-rc3
Browse files Browse the repository at this point in the history
Release v0.200.0-rc3
  • Loading branch information
samlown authored Sep 23, 2024
2 parents 56b5585 + 1514f55 commit 0950c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type Version string

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

// Semver parses and returns semver
func (v Version) Semver() *semver.Version {
Expand Down

0 comments on commit 0950c83

Please sign in to comment.