We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5030b00 commit 772dd53Copy full SHA for 772dd53
1 file changed
version/version.go
@@ -3,9 +3,6 @@ package version
3
// Version identifies this Deis product revision.
4
const Version = "2.1.0-dev"
5
6
-// APIVersion identifies the latest Deis api version
7
-const APIVersion = "2.0"
8
-
9
// BuildVersion is the git revision of the build.
10
// Note: This value is overwritten by the linker during build
11
var BuildVersion = ""
0 commit comments