Skip to content

Commit d7b268e

Browse files
Merge pull request appwrite#2843 from appwrite/feat-upgrade-0.12
feat: update latest version
2 parents 7e517c1 + a224558 commit d7b268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
const APP_LIMIT_COUNT = 5000;
6363
const APP_LIMIT_USERS = 10000;
6464
const APP_CACHE_BUSTER = 202;
65-
const APP_VERSION_STABLE = '0.12.3';
65+
const APP_VERSION_STABLE = '0.12.4';
6666
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
6767
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
6868
const APP_DATABASE_ATTRIBUTE_IP = 'ip';

0 commit comments

Comments
 (0)