Skip to content

Commit

Permalink
Merge pull request #229 from invopop/release-0.65.1
Browse files Browse the repository at this point in the history
Release 0.65.1
  • Loading branch information
samlown authored Jan 8, 2024
2 parents e491b8c + 50b8a68 commit 2afef07
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.65.0"
const VERSION Version = "v0.65.1"

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

0 comments on commit 2afef07

Please sign in to comment.