Skip to content

Commit a900ec3

Browse files
committed
chore: Sync
2 parents 6364789 + fb5bdfc commit a900ec3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"postversion": "git push --follow-tags",
1616
"sync": "git checkout master && git pull && git fetch upstream && git merge upstream/master && git push origin --follow-tags"
1717
},
18-
"version": "0.31.5-0"
18+
"version": "0.31.7"
1919
}

wire-team-settings/.env.defaults

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ FEATURE_ENABLE_SSO_CONFIGURATION="true"
6565
# Feature toggle for the configuration of the team deletion survey form.
6666
ENABLE_TEAM_DELETION_SURVEY="true"
6767

68+
# Allows a client to use a development version of the api (if present)
69+
ENABLE_DEV_BACKEND_API="false"
70+
6871
# Feature toggle for the configuration of a logo for the team. Can be set to true or false.
6972
FEATURE_ENABLE_TEAM_LOGO="true"
7073

0 commit comments

Comments
 (0)