Commit 163d25a5 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

bumped versions to 1.3.0

parent a4abd269
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.2.0
version: 1.3.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.2.0"
const meepctlVersion = "1.3.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.2.0"
const configVersion string = "1.3.0"

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