Skip to content

Commit

Permalink
Release v0.67.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Feb 23, 2024
1 parent 22e8af1 commit 9b3733b
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.67.7"
const VERSION Version = "v0.67.8"

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

0 comments on commit 9b3733b

Please sign in to comment.