diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-10-14 09:36:55 +0100 |
---|---|---|
committer | Dylan Byrne <dylan.byrne@est.tech> | 2021-10-14 11:02:27 +0000 |
commit | a013ea1d8355eda14f294bb210ffc4d466454af0 (patch) | |
tree | 11dfdc5c9c25de556c484151aae6913902edf47a /version.properties | |
parent | 33844c8c2a90ac9030c177d1bb52beed4abc66bc (diff) |
Update versions for next release, release process step 10
Update Minor version number for next release as part of creating
Istanbul release branch
Issue-ID: CPS-728
Change-Id: Ic9eb9954c2495ef5f89a4a2480560eefdab09d21
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index ca5faa01..3f55958d 100644 --- a/version.properties +++ b/version.properties @@ -21,8 +21,8 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=1 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} |