From 62be5a06f6b67a9ddd7171bb676e077a46306b27 Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Thu, 19 Jan 2023 22:22:48 +0000 Subject: [PATCH] Update release notes --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 79fbee69c..23ba00336 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,4 +15,8 @@ git commit -m "Pre-release update credits and set version 0.82.0" git tag 0.82.0 -git push origin 0.82.0 \ No newline at end of file +git push origin 0.82.0 + +#Update version in game.conf to -SNAPSHOT + +git commit -m "Post-release set version 0.82.0-SNAPSHOT" \ No newline at end of file