Skip to content

Commit af6af81

Browse files
authored
Merge pull request lightninglabs#1151 from lightninglabs/alexbosworth-patch-17
version: bump version to v0.33.2-beta
2 parents f879c52 + 9807c95 commit af6af81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
// Note: please update release_notes.md when you change these values.
3939
appMajor uint = 0
4040
appMinor uint = 33
41-
appPatch uint = 1
41+
appPatch uint = 2
4242

4343
// appPreRelease MUST only contain characters from semanticAlphabet per
4444
// the semantic versioning spec.

0 commit comments

Comments
 (0)