diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:51 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:51 +0100 |
commit | cb0d3349f78bcbd1433f72aeb5634015206f662e (patch) | |
tree | a8ca1544cc0211cff6cdb08871851189239298f6 /version.properties | |
parent | 351ec4b90cef7783f180abdf9e2c35b6bfdf2bf3 (diff) |
Fix version.properties major version
Fix version.properties major version
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ife397c8d3d4d7c81770b6438ca1a5fd34213ea50
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 072827252..ae234638e 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -minor=2 +major=2 minor=0 patch=1 |