Skip to content

Commit

Permalink
change versioning back
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Jul 16, 2024
1 parent f4bd302 commit 8d184b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .celery import app as celery_app

VERSION = '2024.07.16'
VERSION = '20240716'
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CURRENT_VERSION=`cat frontend/.env | sed s/VUE_APP_VERSION=// | sed s/\"//g`
echo -e "Current Version: \e[33m$CURRENT_VERSION\e[0m"

# Replace the current version with the current date
printf -v NEW_VERSION '%(%Y.%m.%d)T' -1
printf -v NEW_VERSION '%(%Y%m%d)T' -1
printf "\n"
echo -e "New Version: \e[33m$NEW_VERSION\e[0m"
read -n 1 -p "Is this correct? [Y/n]: " CORRECT
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="2024.07.16"
VUE_APP_VERSION="20240716"
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Sentry.init({
Vue,
dsn: 'https://[email protected]/6180221',
logErrors: true,
release: 'savageaim@2024.07.16',
release: 'savageaim@20240716',
integrations: [
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
Expand Down

0 comments on commit 8d184b8

Please sign in to comment.