Skip to content

Commit 772dd53

Browse files
ref(version): remove unneeded APIVersion const that was moved to sdk (#86)
1 parent 5030b00 commit 772dd53

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

version/version.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ package version
33
// Version identifies this Deis product revision.
44
const Version = "2.1.0-dev"
55

6-
// APIVersion identifies the latest Deis api version
7-
const APIVersion = "2.0"
8-
96
// BuildVersion is the git revision of the build.
107
// Note: This value is overwritten by the linker during build
118
var BuildVersion = ""

0 commit comments

Comments
 (0)