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