bumped version

This commit is contained in:
Sandeep Sreenath 2022-02-11 16:59:24 +05:30
parent 08509c6882
commit c8587b0668

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 = 14 // Patch version component of the current release
VersionPatch = 15 // Patch version component of the current release
VersionMeta = "beta-1" // Version metadata to append to the version string
)