diff --git a/version.go b/version.go index 623c40384..7a34f843b 100644 --- a/version.go +++ b/version.go @@ -9,7 +9,7 @@ const VersionMajor = 0 const VersionMinor = 2 // VersionPatch holds the release patch number -const VersionPatch = 0 +const VersionPatch = 3 // Version holds the combination of major minor and patch as a string // of format Major.Minor.Patch