Skip to content

Commit eda8bea

Browse files
author
Matthew Fisher
authored
chore(rootfs): bump platform version to 2.1.0 (#841)
1 parent cae4bf9 commit eda8bea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ WORKDIR /app
3131
CMD ["/app/bin/boot"]
3232
EXPOSE 8000
3333

34-
ENV WORKFLOW_RELEASE 2.0.0
34+
ENV WORKFLOW_RELEASE 2.1.0

rootfs/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
the api, provider, cm, and web Django apps.
55
"""
66

7-
__version__ = '2.1.0-dev'
7+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)