Skip to content

Commit 336783c

Browse files
committed
chore(release): update version in master to v1.10.0-dev
1 parent 1500577 commit 336783c

23 files changed

Lines changed: 25 additions & 22 deletions

File tree

builder/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ RUN passwd -u git
5858

5959
COPY . /
6060

61-
ENV DEIS_RELEASE 1.9.0
61+
ENV DEIS_RELEASE 1.10.0-dev

builder/rootfs/usr/local/src/slugbuilder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
1111
RUN /tmp/builder/install-buildpacks
1212
ENTRYPOINT ["/tmp/builder/build.sh"]
1313

14-
ENV DEIS_RELEASE 1.9.0
14+
ENV DEIS_RELEASE 1.10.0-dev

builder/rootfs/usr/local/src/slugrunner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ USER slug
1717
ENV HOME /app
1818
ENTRYPOINT ["/runner/init"]
1919

20-
ENV DEIS_RELEASE 1.9.0
20+
ENV DEIS_RELEASE 1.10.0-dev

cache/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ WORKDIR /app
88
CMD ["/app/bin/boot"]
99
EXPOSE 6379
1010

11-
ENV DEIS_RELEASE 1.9.0
11+
ENV DEIS_RELEASE 1.10.0-dev

client-go/deis-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0-dev

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
if hasattr(signal, 'SIGPIPE') and hasattr(signal, 'SIG_DFL'):
8181
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
8282

83-
__version__ = '1.9.0'
83+
__version__ = '1.10.0-dev'
8484

8585
# what version of the API is this client compatible with?
8686
__api_version__ = '1.5'

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
setup(name='deis',
36-
version='1.9.0',
36+
version='1.10.0-dev',
3737
license=APACHE_LICENSE,
3838
description='Command-line Client for Deis, the open PaaS',
3939
author='Engine Yard',

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ADD . /app
2929
# Create static resources
3030
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
3131

32-
ENV DEIS_RELEASE 1.9.0
32+
ENV DEIS_RELEASE 1.10.0-dev

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

9-
__version__ = '1.9.0'
9+
__version__ = '1.10.0-dev'

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CMD ["/app/bin/boot"]
2020
EXPOSE 5432
2121
ADD . /app
2222

23-
ENV DEIS_RELEASE 1.9.0
23+
ENV DEIS_RELEASE 1.10.0-dev

0 commit comments

Comments
 (0)