Skip to content

Commit

Permalink
v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Jan 3, 2024
1 parent 90204a7 commit 309ab12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ fi
# Main version number we are tagging the app with. Always update
# this when you cut a new version of the app!
APP_VERSION=v3.8.2.${BUILD_NUM}
APP_TAG=stage
APP_TAG=v3.8.2

# Repository tags/branchs
# Tags should always be used for production deployments
# Branches can be used for development deployments
WEBSITE_TAG=stage
WEBSITE_TAG=v3.7.2

# Submodules
# only used for init-local-dev checkout
WP_PLUGINS_SUB_TAG=stage
WP_PLUGINS_SUB_TAG=v3.7.2
WP_THEME_SUB_TAG=v3.8.1

CONFIG_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
Expand Down

0 comments on commit 309ab12

Please sign in to comment.