Commit 10272043 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

bumped meepctl & repocfg versions to 1.2.0

parent c27648e1
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.1.1
version: 1.2.0
repo:
  name: AdvantEDGE
  core:
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ type versionInfo struct {
	BuildID   string `json:"build,omitempty"`
}

const meepctlVersion = "1.1.1"
const meepctlVersion = "1.2.0"
const na = "NA"

var corePodsNameMap = []string{
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import (
	yaml "gopkg.in/yaml.v2"
)

const configVersion string = "1.1.1"
const configVersion string = "1.2.0"

const defaultNotSet string = "not set"
const defaultIP string = ""