1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

Updated version number

This commit is contained in:
Eldad Fux 2020-07-21 14:58:41 +03:00
parent c07dcdaa3f
commit 4c86670486
2 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,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.6.2 \
-e version=0.7.0 \
appwrite/install
```
@ -63,7 +63,7 @@ docker run -it --rm \
docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/install/appwrite:rw ^
-e version=0.6.2 ^
-e version=0.7.0 ^
appwrite/install
```
@ -73,7 +73,7 @@ docker run -it --rm ^
docker run -it --rm ,
--volume /var/run/docker.sock:/var/run/docker.sock ,
--volume ${pwd}/appwrite:/install/appwrite:rw ,
-e version=0.6.2 ,
-e version=0.7.0 ,
appwrite/install
```

View file

@ -37,7 +37,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 12;
const APP_CACHE_BUSTER = 127;
const APP_VERSION_STABLE = '0.6.2';
const APP_VERSION_STABLE = '0.7.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';
const APP_STORAGE_CACHE = '/storage/cache';