Skip to content

Commit 3abb74c

Browse files
committed
Bump console to version 3.2.5
1 parent 24824e1 commit 3abb74c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "app/console"]
22
path = app/console
33
url = https://github.com/appwrite/console
4-
branch = 3.2.4
4+
branch = 3.2.5

app/console

app/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
110110
const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours
111111
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
112-
const APP_CACHE_BUSTER = 514;
112+
const APP_CACHE_BUSTER = 515;
113113
const APP_VERSION_STABLE = '1.4.7';
114114
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
115115
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';

0 commit comments

Comments
 (0)