diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:46 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:46 +0100 |
commit | 6cf68405aea887430336bb01702f510d16dd4528 (patch) | |
tree | a20cbee830145896c4f418d38058b2d0da44a767 | |
parent | 67f51036473595d599db98cbf5877c769988dd8a (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: I5ff2a4fce34dbfc7adea363448ac24401ea14276
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 3288dcdc3..fd262fb4c 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=3 +major=3 minor=0 patch=1 |