build: bump version to v0.23.2

This includes the recent fix to the wire witness wire parsing bug.
This commit is contained in:
Olaoluwa Osuntokun 2022-10-09 18:22:27 -07:00
parent d0aa7473a6
commit 1a4af39ab0
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 23
appPatch uint = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.