diff --git a/.env b/.env index 5afede72..bc9c4bea 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ APP_NAME="ghostfire" GITHUB_USER="firepress-org" -APP_VERSION="5.68.0" +APP_VERSION="5.69.0" ### function options CFG_USE_GPG_SIGNATURE="true" diff --git a/v5/Dockerfile b/v5/Dockerfile index 192b2426..409f4644 100755 --- a/v5/Dockerfile +++ b/v5/Dockerfile @@ -3,7 +3,7 @@ # These ARG are required during the Github Actions CI # ---------------------------------------------- ARG APP_NAME="ghostfire" -ARG VERSION="5.68.0" +ARG VERSION="5.69.0" ARG GITHUB_USER="firepress-org" ARG DEFAULT_BRANCH="master"