Skip to content

Commit 2e46268

Browse files
committed
chore(release): update version in master to v1.11.0-dev
1 parent 91138f5 commit 2e46268

20 files changed

Lines changed: 20 additions & 20 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.10.0
61+
ENV DEIS_RELEASE 1.11.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.10.0
14+
ENV DEIS_RELEASE 1.11.0-dev

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

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

20-
ENV DEIS_RELEASE 1.10.0
20+
ENV DEIS_RELEASE 1.11.0-dev
2121

2222
ONBUILD RUN mkdir -p /app
2323
ONBUILD WORKDIR /app

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.10.0
11+
ENV DEIS_RELEASE 1.11.0-dev

client/deis-version

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

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.10.0
32+
ENV DEIS_RELEASE 1.11.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.10.0'
9+
__version__ = '1.11.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.10.0
23+
ENV DEIS_RELEASE 1.11.0-dev

deisctl/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Usage:
246246
Options:
247247
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
248248
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
249-
[default: v1.10.0]
249+
[default: master]
250250
`
251251
// parse command-line arguments
252252
args, err := docopt.Parse(usage, argv, true, "", false)

deisctl/deis-version

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

0 commit comments

Comments
 (0)