1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Updated version number

This commit is contained in:
Eldad Fux 2020-05-16 14:49:46 +03:00
parent f6fc6d1812
commit b7478d4f07
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ The easiest way to start running your Appwrite server is by running our docker-c
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
-e version=0.5.3 \
-e version=0.6.0 \
appwrite/install
```

View file

@ -34,7 +34,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_CACHE_BUSTER = 130;
const APP_VERSION_STABLE = '0.5.3';
const APP_VERSION_STABLE = '0.6.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_CACHE = '/storage/cache';
const APP_STORAGE_CERTIFICATES = '/storage/certificates';