Commit 9c1c05a6 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Bumped the meepctl version to 1.6.4

parent 8fce49a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.6.3
version: 1.6.4
repo:
  name: AdvantEDGE

+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ type versionInfo struct {
	BuildID   string `json:"build,omitempty"`
}

const meepctlVersion = "1.6.3"
const meepctlVersion = "1.6.4"
const na = "NA"

const versionDesc = `Display version information
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import (
	yaml "gopkg.in/yaml.v2"
)

const configVersion = "1.6.3"
const configVersion = "1.6.4"

const defaultNotSet = "not set"

+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ const (
)

// Current validator version
var ValidatorVersion = semver.Version{Major: 1, Minor: 6, Patch: 3}
var ValidatorVersion = semver.Version{Major: 1, Minor: 6, Patch: 4}

// Versions requiring scenario update
var Version130 = semver.Version{Major: 1, Minor: 3, Patch: 0}