Skip to content

Commit

Permalink
bump for 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Aug 23, 2022
1 parent 2653da3 commit 514b294
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@20220819',
release='savageaim@20220823',
)

# 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="20220819"
VUE_APP_VERSION="20220823"
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@20220819',
release: 'savageaim@20220823',
})

new Vue({
Expand Down

0 comments on commit 514b294

Please sign in to comment.