diff --git a/README.md b/README.md index c3a2c9f816..2fd0102a1c 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.0 \ + -e version=0.5.1 \ appwrite/install ``` diff --git a/app/init.php b/app/init.php index c7bf6e7cc2..020e3b56f6 100644 --- a/app/init.php +++ b/app/init.php @@ -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';