diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:06:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:06:38 +0100 |
commit | d29e2f8202c206f62318ca3d6773e1f57af20b54 (patch) | |
tree | 50dee58664d7604bd48c6563c0f3a8b3e19821b0 /version.properties | |
parent | 00db945d725ed4d41155d723cf91ded5e2390f91 (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: I84ee05623105caf9d0782f0109f9b35a29ca4f34
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 07282725..ae234638 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 |