Skip to content

Commit

Permalink
update verion
Browse files Browse the repository at this point in the history
  • Loading branch information
James Horey committed Oct 19, 2014
1 parent 7da20a1 commit cdc60be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ferry-dockerfile/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ORANGE='\e[0;33m'
BLUE='\e[0;34m'
NC='\e[0m'

VERSION='0.3.3.3'
VERSION='0.3.3.4'

# Prepare the docker environment for docker-in-docker. This code is from
# jpetazzo/dind
Expand Down
2 changes: 1 addition & 1 deletion ferry/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.3.3'
__version__ = '0.3.3.4'

0 comments on commit cdc60be

Please sign in to comment.