Commit 341e6b58 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

bumped version to 1.5.5

parent cc7b3b94
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.4
version: 1.5.5
repo:
  name: AdvantEDGE

+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ letsEncrypt:

  tls:
    secret: meep-ingress
    host: try-mec.testfqdn.dev
    host: my-advantedge.com
+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.4"
const meepctlVersion = "1.5.5"
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.4"
const configVersion = "1.5.5"

const defaultNotSet = "not set"