Skip to content

Commit

Permalink
Merge pull request #42 from Savage-Aim/management-release
Browse files Browse the repository at this point in the history
bump version for release
  • Loading branch information
freyamade authored Aug 19, 2022
2 parents 188caec + eed7366 commit 0370422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/backend/settings_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def sampler(context):
# If you wish to associate users to errors (assuming you are using
# django.contrib.auth) you may enable sending PII data.
send_default_pii=True,
release='savageaim@20220805',
release='savageaim@20220819',
)

# Channels
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="20220805"
VUE_APP_VERSION="20220819"
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Sentry.init({
Vue,
dsn: 'https://[email protected]/6180221',
logErrors: true,
release: 'savageaim@20220805',
release: 'savageaim@20220819',
})

new Vue({
Expand Down

0 comments on commit 0370422

Please sign in to comment.