Commit 7fef543d authored by Simon Pastor's avatar Simon Pastor
Browse files

version 1.5.1 in meepctl

parent fc30a80f
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.5.0
version: 1.5.1
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.5.0"
const meepctlVersion = "1.5.1"
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.5.0"
const configVersion = "1.5.1"

const defaultNotSet = "not set"