From 696064661a70846ccc1780299a714aeff8c4999e Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 5 Mar 2015 19:08:58 -0800 Subject: [PATCH] chore(release): update version to v1.4.1 --- CHANGELOG.md | 8 +++ README.md | 2 +- builder/image/Dockerfile | 2 +- builder/image/slugbuilder/Dockerfile | 2 +- builder/image/slugrunner/Dockerfile | 2 +- cache/image/Dockerfile | 2 +- client/deis.py | 2 +- client/setup.py | 2 +- contrib/coreos/user-data.example | 4 +- controller/Dockerfile | 2 +- controller/deis/__init__.py | 2 +- database/Dockerfile | 2 +- deisctl/cmd/cmd.go | 2 +- deisctl/deis-version | 2 +- docs/installing_deis/install-deisctl.rst | 8 +-- docs/installing_deis/install-platform.rst | 2 +- docs/managing_deis/upgrading-deis.rst | 6 +-- docs/reference/api-v1.1.rst | 60 +++++++++++------------ docs/troubleshooting_deis/index.rst | 2 +- logger/image/Dockerfile | 2 +- logspout/image/Dockerfile | 2 +- publisher/image/Dockerfile | 2 +- registry/Dockerfile | 2 +- router/image/Dockerfile | 2 +- store/base/Dockerfile | 2 +- version/version.go | 2 +- 26 files changed, 68 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bedb6a7d2..adc7ae3ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v1.4.0 -> v1.4.1 + +#### Fixes + + - [`cf61859`](https://github.com/deis/deis/commit/cf61859be532603b615c511ab9b2f6163e0d8ce6) builder: revert "strip single quotes from BUILDPACK_URL" + - [`45e7413`](https://github.com/deis/deis/commit/45e74138b6b88c14fbc844bbc8eb1979237601ab) builder: revert "properly escape backticks" + - [`0046494`](https://github.com/deis/deis/commit/004649486f26c4d3c43fd4f56a27a4e873b6f59d) builder: revert "properly escape backticks in envvars" + ### v1.3.1 -> v1.4.0 #### Features diff --git a/README.md b/README.md index 71f245dcb4..db461b79f4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon [Docker](http://docker.io/) and [CoreOS](http://coreos.com) to provide a lightweight PaaS with a [Heroku-inspired](http://heroku.com) workflow. [![Build Status](https://ci.deis.io/buildStatus/icon?job=test-acceptance)](https://ci.deis.io/job/test-acceptance/) -[![Current Release](http://img.shields.io/badge/release-v1.4.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.4.0) +[![Current Release](http://img.shields.io/badge/release-v1.4.1-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.4.1) [![Latest Docs](http://img.shields.io/badge/docs-latest-fc1e5e.svg)](http://docs.deis.io/en/latest/) ![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png) diff --git a/builder/image/Dockerfile b/builder/image/Dockerfile index 4179a951e8..0a9ddef0cd 100644 --- a/builder/image/Dockerfile +++ b/builder/image/Dockerfile @@ -63,4 +63,4 @@ ADD etc /etc ADD . /app RUN chown -R root:root /app -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/builder/image/slugbuilder/Dockerfile b/builder/image/slugbuilder/Dockerfile index 9af7e08f7c..4e1fe07a14 100644 --- a/builder/image/slugbuilder/Dockerfile +++ b/builder/image/slugbuilder/Dockerfile @@ -12,5 +12,5 @@ ADD ./builder/ /tmp/builder RUN /tmp/builder/install-buildpacks ENTRYPOINT ["/tmp/builder/build.sh"] -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/builder/image/slugrunner/Dockerfile b/builder/image/slugrunner/Dockerfile index ef9b948e64..deaa803314 100644 --- a/builder/image/slugrunner/Dockerfile +++ b/builder/image/slugrunner/Dockerfile @@ -18,5 +18,5 @@ USER slug ENV HOME /app ENTRYPOINT ["/runner/init"] -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/cache/image/Dockerfile b/cache/image/Dockerfile index ffa0f86f1b..0dfc063483 100644 --- a/cache/image/Dockerfile +++ b/cache/image/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /app CMD ["/app/bin/boot"] EXPOSE 6379 -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/client/deis.py b/client/deis.py index a4cb0e11ca..bcc9406ae5 100755 --- a/client/deis.py +++ b/client/deis.py @@ -68,7 +68,7 @@ import requests from termcolor import colored -__version__ = '1.4.0' +__version__ = '1.4.1' # what version of the API is this client compatible with? __api_version__ = '1.1' diff --git a/client/setup.py b/client/setup.py index c240caa16a..85caed7d31 100755 --- a/client/setup.py +++ b/client/setup.py @@ -28,7 +28,7 @@ setup(name='deis', - version='1.4.0', + version='1.4.1', license=APACHE_LICENSE, description='Command-line Client for Deis, the open PaaS', author='OpDemand', diff --git a/contrib/coreos/user-data.example b/contrib/coreos/user-data.example index 9dc17250d0..db1811eb06 100644 --- a/contrib/coreos/user-data.example +++ b/contrib/coreos/user-data.example @@ -41,7 +41,7 @@ coreos: [Service] Type=oneshot - ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.4.0' + ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.4.1' - name: ntpdate.service command: start - name: timedate-ntp-synchronization.service @@ -79,7 +79,7 @@ coreos: write_files: - path: /etc/deis-release content: | - DEIS_RELEASE=v1.4.0 + DEIS_RELEASE=v1.4.1 - path: /etc/motd content: " \e[31m* * \e[34m* \e[32m***** \e[39mddddd eeeeeee iiiiiii ssss\n\e[31m* * \e[34m* * \e[32m* * \e[39md d e e i s s\n \e[31m* * \e[34m***** \e[32m***** \e[39md d e i s\n\e[32m***** \e[31m* * \e[34m* \e[39md d e i s\n\e[32m* * \e[31m* * \e[34m* * \e[39md d eee i sss\n\e[32m***** \e[31m* * \e[34m***** \e[39md d e i s\n \e[34m* \e[32m***** \e[31m* * \e[39md d e i s\n \e[34m* * \e[32m* * \e[31m* * \e[39md d e e i s s\n\e[34m***** \e[32m***** \e[31m* * \e[39mddddd eeeeeee iiiiiii ssss\n\n\e[39mWelcome to Deis\t\t\tPowered by Core\e[38;5;45mO\e[38;5;206mS\e[39m\n" - path: /etc/profile.d/nse-function.sh diff --git a/controller/Dockerfile b/controller/Dockerfile index a961d8ca50..d3f76c8a4a 100644 --- a/controller/Dockerfile +++ b/controller/Dockerfile @@ -31,5 +31,5 @@ ADD . /app # Create static resources RUN /app/manage.py collectstatic --settings=deis.settings --noinput -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/controller/deis/__init__.py b/controller/deis/__init__.py index 765b165d67..01db51647e 100644 --- a/controller/deis/__init__.py +++ b/controller/deis/__init__.py @@ -6,4 +6,4 @@ from __future__ import absolute_import -__version__ = '1.4.0' +__version__ = '1.4.1' diff --git a/database/Dockerfile b/database/Dockerfile index f5e749ff18..955f618f81 100644 --- a/database/Dockerfile +++ b/database/Dockerfile @@ -22,5 +22,5 @@ CMD ["/app/bin/boot"] EXPOSE 5432 ADD . /app -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/deisctl/cmd/cmd.go b/deisctl/cmd/cmd.go index a27f7598f5..614b9bf8ae 100644 --- a/deisctl/cmd/cmd.go +++ b/deisctl/cmd/cmd.go @@ -626,7 +626,7 @@ Usage: Options: -p --path= where to save unit files [default: $HOME/.deis/units] -t --tag= git tag, branch, or SHA to use when downloading unit files - [default: v1.4.0] + [default: v1.4.1] ` // parse command-line arguments args, err := docopt.Parse(usage, argv, true, "", false) diff --git a/deisctl/deis-version b/deisctl/deis-version index 88c5fb891d..347f5833ee 100644 --- a/deisctl/deis-version +++ b/deisctl/deis-version @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/docs/installing_deis/install-deisctl.rst b/docs/installing_deis/install-deisctl.rst index f709186f42..f62c86789f 100644 --- a/docs/installing_deis/install-deisctl.rst +++ b/docs/installing_deis/install-deisctl.rst @@ -18,9 +18,9 @@ and run the latest installer: .. code-block:: console $ cd ~/bin - $ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.0 + $ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.1 -This installs ``deisctl`` version 1.4.0 to the current directory, and downloads the matching +This installs ``deisctl`` version 1.4.1 to the current directory, and downloads the matching Deis systemd unit files used to schedule the components. Link ``deisctl`` into /usr/local/bin, so it will be in your ``$PATH``: @@ -31,10 +31,10 @@ it will be in your ``$PATH``: To change installation options, save the installer directly: .. image:: download-linux-brightgreen.svg - :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.0-linux-amd64.run + :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.1-linux-amd64.run .. image:: download-osx-brightgreen.svg - :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.0-darwin-amd64.run + :target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.1-darwin-amd64.run Then run the downloaded file as a shell script. Append ``--help`` to see what options are available. diff --git a/docs/installing_deis/install-platform.rst b/docs/installing_deis/install-platform.rst index 232be184f7..ef93cc5078 100644 --- a/docs/installing_deis/install-platform.rst +++ b/docs/installing_deis/install-platform.rst @@ -14,7 +14,7 @@ First check that you have ``deisctl`` installed and the version is correct. .. code-block:: console $ deisctl --version - 1.4.0 + 1.4.1 If not, follow instructions to :ref:`install_deisctl`. diff --git a/docs/managing_deis/upgrading-deis.rst b/docs/managing_deis/upgrading-deis.rst index 80b3ece1ea..13cf5b1fe0 100644 --- a/docs/managing_deis/upgrading-deis.rst +++ b/docs/managing_deis/upgrading-deis.rst @@ -56,10 +56,10 @@ Finally, update ``deisctl`` to the new version and reinstall: .. code-block:: console - $ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.0 + $ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.1 $ deisctl --version # should match the desired platform - 1.4.0 - $ deisctl config platform set version=v1.4.0 + 1.4.1 + $ deisctl config platform set version=v1.4.1 $ deisctl install platform $ deisctl start platform diff --git a/docs/reference/api-v1.1.rst b/docs/reference/api-v1.1.rst index 887386be5b..8c9563d449 100644 --- a/docs/reference/api-v1.1.rst +++ b/docs/reference/api-v1.1.rst @@ -57,7 +57,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -95,7 +95,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json {"token": "abc123"} @@ -118,7 +118,7 @@ Example Response: HTTP/1.1 204 NO CONTENT X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Applications @@ -142,7 +142,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -188,7 +188,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -219,7 +219,7 @@ Example Response: HTTP/1.1 204 NO CONTENT X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 List Application Details @@ -239,7 +239,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -270,7 +270,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: text/plain "16:51:14 deis[api]: test created initial release\n" @@ -294,7 +294,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json {"rc": 0, "output": "hi"} @@ -321,7 +321,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -361,7 +361,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -404,7 +404,7 @@ Example Response: HTTP/1.1 204 NO CONTENT X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Configuration @@ -428,7 +428,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -464,7 +464,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json X-Deis-Release: 3 @@ -507,7 +507,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json X-Deis-Release: 4 @@ -549,7 +549,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -587,7 +587,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -617,7 +617,7 @@ Example Response: HTTP/1.1 204 NO CONTENT X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Builds @@ -641,7 +641,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -686,7 +686,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json X-Deis-Release: 4 @@ -724,7 +724,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -786,7 +786,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -822,7 +822,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json {"version": 5} @@ -849,7 +849,7 @@ Example Response: { X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 "count": 1, "next": null, "previous": null, @@ -888,7 +888,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -918,7 +918,7 @@ Example Response: HTTP/1.1 204 NO CONTENT X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Permissions @@ -942,7 +942,7 @@ Example Response: HTTP/1.1 200 OK X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Content-Type: application/json { @@ -969,7 +969,7 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Remove Application Permission @@ -989,7 +989,7 @@ Example Response: HTTP/1.1 204 NO CONTENT X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 Grant User Administrative Privileges ```````````````````````````````````` @@ -1014,4 +1014,4 @@ Example Response: HTTP/1.1 201 CREATED X_DEIS_API_VERSION: 1.1 - X_DEIS_PLATFORM_VERSION: 1.4.0 + X_DEIS_PLATFORM_VERSION: 1.4.1 diff --git a/docs/troubleshooting_deis/index.rst b/docs/troubleshooting_deis/index.rst index b80e5a2e46..3cf9a33b27 100644 --- a/docs/troubleshooting_deis/index.rst +++ b/docs/troubleshooting_deis/index.rst @@ -85,7 +85,7 @@ If you built ``deisctl`` locally or didn't use its installer, you may see an err This is because ``deisctl`` could not find unit files for Deis locally. Run ``deisctl help refresh-units`` to see where ``deisctl`` searches, and then run a command such as -``deisctl refresh-units --tag=v1.4.0``, or set the ``$DEISCTL_UNITS`` environment variable to a directory +``deisctl refresh-units --tag=v1.4.1``, or set the ``$DEISCTL_UNITS`` environment variable to a directory containing the unit files. Other issues diff --git a/logger/image/Dockerfile b/logger/image/Dockerfile index aca5c8077e..8cf0b7d727 100644 --- a/logger/image/Dockerfile +++ b/logger/image/Dockerfile @@ -5,5 +5,5 @@ EXPOSE 514 ADD . / -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/logspout/image/Dockerfile b/logspout/image/Dockerfile index 7e2efbd340..2995a1dc4b 100644 --- a/logspout/image/Dockerfile +++ b/logspout/image/Dockerfile @@ -7,5 +7,5 @@ CMD ["/bin/logspout"] ADD logspout /bin/logspout -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/publisher/image/Dockerfile b/publisher/image/Dockerfile index f5ead2c672..d58fe85e6d 100644 --- a/publisher/image/Dockerfile +++ b/publisher/image/Dockerfile @@ -3,5 +3,5 @@ FROM ubuntu-debootstrap:14.04 ADD bin/publisher /usr/local/bin/publisher ENTRYPOINT ["/usr/local/bin/publisher"] -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/registry/Dockerfile b/registry/Dockerfile index 4fa191ef27..a7cbb535ca 100644 --- a/registry/Dockerfile +++ b/registry/Dockerfile @@ -27,5 +27,5 @@ RUN DOCKER_BUILD=true /app/build.sh ADD . /app -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/router/image/Dockerfile b/router/image/Dockerfile index d3e3d8bd81..0a690acb2c 100644 --- a/router/image/Dockerfile +++ b/router/image/Dockerfile @@ -24,5 +24,5 @@ ADD nginx.tgz /opt/nginx RUN rm nginx.tgz -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/store/base/Dockerfile b/store/base/Dockerfile index 05d5dd1a22..bdcb13c484 100644 --- a/store/base/Dockerfile +++ b/store/base/Dockerfile @@ -9,5 +9,5 @@ RUN DOCKER_BUILD=true /tmp/build.sh # Add shared confd configuration ADD . /app -ENV DEIS_RELEASE 1.4.0 +ENV DEIS_RELEASE 1.4.1 diff --git a/version/version.go b/version/version.go index 3c697258a7..04d01625c8 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version identifies this Deis product revision. -const Version = "1.4.0" +const Version = "1.4.1"