We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46fc14c + 6f8fecb commit 74b3c7aCopy full SHA for 74b3c7a
4 files changed
client/deis-version
@@ -1 +1 @@
1
-1.13.0-dev
+2.0.0-dev
client/version/version.go
@@ -1,7 +1,7 @@
package version
2
3
// Version identifies this Deis product revision.
4
-const Version = "1.13.0-dev"
+const Version = "2.0.0-dev"
5
6
// API identifies the latest Deis api verison
7
const APIVersion = "2.0"
rootfs/Dockerfile
@@ -30,4 +30,4 @@ ADD . /app
30
31
RUN ./manage.py collectstatic --settings=deis.settings --noinput # create static resources
32
33
-ENV DEIS_RELEASE 1.13.0-dev
+ENV DEIS_RELEASE 2.0.0-dev
rootfs/deis/__init__.py
@@ -6,4 +6,4 @@
from __future__ import absolute_import
8
9
-__version__ = '1.13.0-dev'
+__version__ = '2.0.0-dev'
0 commit comments