diff --git a/UPGRADING.md b/UPGRADING.md index ba9ff72..2ed1a4e 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -6,6 +6,13 @@ While we specify a version of Lemmy, pict-rs, postgres, etc. at the point in tim While you are not forced into running the specific versions, we do not go through thorough testing on all version compatibility matrices, so please make your best judgement and always backup before performing updates. +### Upgrading to 1.5.3 (Lemmy 0.19.7) + +#### Steps + +- `git pull && git checkout 1.5.3` +- Run your regular deployment. Example: `ansible-playbook -i inventory/hosts lemmy.yml --become` + ### Upgrading to 1.5.2 (Lemmy 0.19.6) #### Steps diff --git a/VERSION b/VERSION index 68d0e0a..082b435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.6 +0.19.7