bump current version to 1.4.8 (#301)

Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
This commit is contained in:
Liam 2023-08-06 19:02:53 +10:00 committed by GitHub
parent 10f80e34f1
commit 53f066b895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionPatch = 8 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)