Skip to content

Commit

Permalink
- Version bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandenB committed Apr 14, 2020
1 parent 0028018 commit 992c875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -48,7 +48,7 @@ ARG DATADIR=${BASEDIR}_data

RUN mkdir -p "${BASEDIR}" "${DATADIR}" "${BASEDIR}/logs"

COPY --from=builder "${BUILDDIR}/dist/${PROJECT_NAME}-3.1.1/." "${BASEDIR}/"
COPY --from=builder "${BUILDDIR}/dist/${PROJECT_NAME}-3.1.2/." "${BASEDIR}/"

RUN cd "${BASEDIR}" \
&& rm -rf \
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -25,9 +25,9 @@

<property environment="env" />
<!-- Please see this for version numbers: https://semver.org/ -->
<property name="version" value="3.1.1" />
<property name="version" value="3.1.2" />
<!-- Please see this for version numbers: https://semver.org/ -->
<property name="webpanel.version" value="1.0.1" />
<property name="webpanel.version" value="1.0.2" />
<property name="src" location="source" />
<property name="reference" location="lib" />
<property name="build" location="build" />
Expand Down

0 comments on commit 992c875

Please sign in to comment.