From 331ef2bd23dfdb84bef8a0c910e69b9d72f61841 Mon Sep 17 00:00:00 2001 From: Alexey Illarionov Date: Sat, 16 Mar 2024 18:25:59 +0300 Subject: [PATCH] Prepare next development version. --- RELEASING.md | 2 +- config/version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index a4a5569..1919d50 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,7 +9,7 @@ 7. Merge pull-request 8. `git checkout main && git pull origin` 9. `git tag -a X.Y.Z -m "Version X.Y.Z" && git push --tags` (where X.Y.Z is the new version) -10. Trigger publish workflow for the ew tag in GitHub Actions +10. Trigger publish workflow for the new tag in GitHub Actions 11. Update the `config/version.properties` to the next SNAPSHOT version. 12. `git commit -am "Prepare next development version."` 13. `git push origin` diff --git a/config/version.properties b/config/version.properties index 4aa8e18..de1111a 100644 --- a/config/version.properties +++ b/config/version.properties @@ -1,4 +1,4 @@ -anvil_codegen_version = 0.3 +anvil_codegen_version = 0.4-SNAPSHOT # anvil_codegen_common_version = 0.1-SNAPSHOT # anvil_codegen_activity_generator_version = 0.1-SNAPSHOT