1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Updated version

This commit is contained in:
Eldad Fux 2020-03-21 12:07:48 +02:00
parent 2e5f1b2ef7
commit 0ece2fbb50
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.0 \
-e version=0.5.1 \
appwrite/install
```

View file

@ -26,7 +26,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 = 55;
const APP_VERSION_STABLE = '0.5.0';
const APP_VERSION_STABLE = '0.5.1';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_CACHE = '/storage/cache';
const APP_STORAGE_CERTIFICATES = '/storage/certificates';