diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-09-29 11:13:09 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2022-09-29 11:13:13 +0100 |
commit | ef496e13e2ad9bea5975df7b671442404fbf38b6 (patch) | |
tree | 581c7b7a5e38b61a6b5360d1b47ee7b739ead6f5 /version.properties | |
parent | 672940b1d4767c9ef4fe49fc122de023b6efc09c (diff) |
Stepping version to 1.12.0 for start of London
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4155
Change-Id: Ide5c76cbb332dbd03344fdb462e7feef91c9256e
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 8dc137fc22..7f21fa79ac 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=11 -patch=9 +minor=12 +patch=0 base_version=${major}.${minor}.${patch} |