From 0ece2fbb50a703c4f7ffed1a8a6caf8932641650 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 21 Mar 2020 12:07:48 +0200 Subject: [PATCH] Updated version --- README.md | 2 +- app/init.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';