From b161b389b4b42c6a8a82894e76fb917154df0e4a Mon Sep 17 00:00:00 2001 From: Varakh Date: Sun, 10 Nov 2019 15:37:04 +0100 Subject: [PATCH] Prepare 2.2.1-SNAPSHOT dev cycle --- README.md | 4 ++-- config/Constants.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc8d376..ebf0c82 100755 --- a/README.md +++ b/README.md @@ -173,14 +173,14 @@ To upgrade: ### Release * Set a date in the `CHANGELOG.md` file -* Remove `SNAPSHOT` from the version in `Version.php` +* Remove `SNAPSHOT` from the version in `Constants.php` * Build the docker image from the project home with `docker build -t varakh/ts3web:latest -t varakh/ts3web: -f docker/Dockerfile .` and publish it * Tag the release git commit and create a new release in the VCS web interface ### Prepare next development cycle 1. Branch from `master` to `release/prepare-newVersionNumber` -2. Add `-SNAPSHOT` to the version in `Version.php` and increase it +2. Add `-SNAPSHOT` to the version in `Constants.php` and increase it 3. Merge this branch to `patch` or/and `dev` respectively 4. Don't forget to clean up all created branches diff --git a/config/Constants.php b/config/Constants.php index 80ba78d..848dc07 100644 --- a/config/Constants.php +++ b/config/Constants.php @@ -13,7 +13,7 @@ class Constants /** * Version tag */ - const VERSION = '2.2.0'; + const VERSION = '2.2.1-SNAPSHOT'; /** * Return constant by it's class name