Skip to content

Commit

Permalink
Merge pull request #233 from invopop/release-0.66.1
Browse files Browse the repository at this point in the history
Release 0.66.1
  • Loading branch information
samlown authored Jan 17, 2024
2 parents f5fb0d6 + 04d7d3a commit d6c558e
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.66.0"
const VERSION Version = "v0.66.1"

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

0 comments on commit d6c558e

Please sign in to comment.