Skip to content

Commit

Permalink
PROD Increase version to 1.1.0 (#7)
Browse files Browse the repository at this point in the history
We're bumping the Civis API client by a minor version with the next release, so the container increases by a minor version too.
  • Loading branch information
Stephen Hoover authored Feb 9, 2017
1 parent 2820b90 commit 99472ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN echo "backend : Agg" > ${HOME}/.config/matplotlib/matplotlibrc
# Run matplotlib once to build the font cache
RUN python -c "import matplotlib.pyplot"

ENV VERSION=1.0.1\
ENV VERSION=1.1.0\
VERSION_MAJOR=1\
VERSION_MINOR=0\
VERSION_MICRO=1
VERSION_MINOR=1\
VERSION_MICRO=0

0 comments on commit 99472ee

Please sign in to comment.