diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:24 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:24 +0100 |
commit | 59cb07fcc457a594264fe75b221cc878bb737c41 (patch) | |
tree | 229484a331945417551e84d07341c48c361e5623 /version.properties | |
parent | 0e60399cb996d4b0f4528fd224510ac6cab6716e (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: I7531f33f7bfadb607f73f90643bf1b10ebe72eaa
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 3288dcd..fd262fb 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 |