We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e84d40 commit da60b89Copy full SHA for da60b89
2 files changed
Dockerfile
@@ -31,4 +31,4 @@ ADD . /app
31
# Create static resources
32
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
33
34
-ENV DEIS_RELEASE 1.8.0
+ENV DEIS_RELEASE 1.9.0-dev
deis/__init__.py
@@ -6,4 +6,4 @@
6
7
from __future__ import absolute_import
8
9
-__version__ = '1.8.0'
+__version__ = '1.9.0-dev'
0 commit comments