We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a17f89a + cb4891b commit 23e1970Copy full SHA for 23e1970
1 file changed
version/version.go
@@ -1,7 +1,7 @@
1
package version
2
3
// Version identifies this Deis product revision.
4
-const Version = "2.0.0-dev"
+const Version = "2.0.0"
5
6
// APIVersion identifies the latest Deis api version
7
const APIVersion = "2.0"
0 commit comments