updated version

This commit is contained in:
Sandeep Sreenath 2021-10-08 16:57:07 +05:30
parent 12c2a3f907
commit 32c60bb2f9

View file

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