Skip to content

Commit

Permalink
build: bump master to version v0.18.99-beta
Browse files Browse the repository at this point in the history
As is customary when preparing for the next major (or minor) release, we
bump the version to .99 to allow us to set the minimum required version
to something like v0.18.4-beta in lndclient and it would still accept
the master branch (even if that target version hasn't been
released/tagged yet).
  • Loading branch information
guggero committed Sep 19, 2024
1 parent cdad5d9 commit dc32a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
AppMinor uint = 18

// AppPatch defines the application patch for this binary.
AppPatch uint = 00
AppPatch uint = 99

// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit dc32a48

Please sign in to comment.