bumped version to 0.2.11

This commit is contained in:
Sandeep Sreenath 2021-12-01 21:23:35 +05:30
parent 149f47e73d
commit 08db8bc878

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 = 10 // Patch version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)