diff --git a/UPGRADING.md b/UPGRADING.md index e9fc051..ba9ff72 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.2 (Lemmy 0.19.6) + +#### Steps + +- `git pull && git checkout 1.5.2` +- Run your regular deployment. Example: `ansible-playbook -i inventory/hosts lemmy.yml --become` + ### Upgrading to 1.5.1 (Lemmy 0.19.5) #### Steps diff --git a/VERSION b/VERSION index 16235ea..68d0e0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.5 +0.19.6