Bump patch version to v2.0.3

This commit is contained in:
Jerry 2025-05-09 10:55:38 -07:00
parent a20f0aa1b6
commit 90332426db
No known key found for this signature in database
GPG key ID: 5B33FA23CB103211

View file

@ -25,7 +25,7 @@ import (
const ( const (
VersionMajor = 2 // Major version component of the current release VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release VersionMinor = 0 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release VersionPatch = 3 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string VersionMeta = "" // Version metadata to append to the version string
) )