Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Apr 2, 2019
1 parent 8273a0e commit 5b28b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ WORKDIR /var/manage

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/manage"]
CMD ["help"]
LABEL version=3.3.1
LABEL version=3.3.2
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
exit 1
fi

MANAGE_VERSION="v3.3.1"
MANAGE_VERSION="v3.3.2"

MANAGE_IS_CI () {
# Returns 0 if the current environment
Expand Down

0 comments on commit 5b28b3f

Please sign in to comment.