diff --git a/README.md b/README.md index e80338aca0..717d5548ec 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/app/init.php b/app/init.php index 8eabb25fa3..e1be8b3187 100644 --- a/app/init.php +++ b/app/init.php @@ -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';