Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Increment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgokden committed Apr 25, 2019
1 parent 2752576 commit 8749fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ var Hosts []string
var kubeConfigPath string

// version should be in format d.d.d where d is a decimal number
const Version string = "v0.0.23"
const Version string = "v0.0.24"

var AppName string = InitAppName()

// Backend version is the version this client is tested with
const BackendVersion string = "0.7.7"
const BackendVersion string = "0.7.8"

/*
Application name can change over time so it is made parameteric
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kubeclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
var DefaultVampConfig = models.VampConfig{
DatabaseName: "vamp",
ImageName: "magneticio/vampkubist",
ImageTag: "0.7.7",
ImageTag: "0.7.8",
Mode: "IN_CLUSTER",
}

Expand Down

0 comments on commit 8749fc2

Please sign in to comment.