Skip to content

Commit

Permalink
Version 0.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jul 21, 2023
1 parent 1e83620 commit fc2c01a
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.52.1"
const VERSION Version = "v0.52.2"

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

0 comments on commit fc2c01a

Please sign in to comment.