diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:14 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:14 +0100 |
commit | 6db75b9b1457ad8666e461b00ca251fcc7a5684a (patch) | |
tree | 7aec2a005251bfc2c2ed6285506343aa15cae9ee | |
parent | 357169849ecdc2c10caeb66d02808db57e3a8a5e (diff) |
Fix version.properties major version3.0.1
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: I80dea2619092aa258b2a470e19207374366dd95c
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 3288dcdc..fd262fb4 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 |