Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Jan 15, 2025
1 parent 3c10fd9 commit 387f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const VersionMajor = 4

// VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced.
// Not enforced until after initial public release (x > 0).
const VersionMinor = 0
const VersionMinor = 1

// Version is the type holding our full version information.
type Version struct {
Expand Down

0 comments on commit 387f7d6

Please sign in to comment.