diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:57 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:57 +0100 |
commit | f7d4a090790aabb283a6d42c58c0af47d60fa5c5 (patch) | |
tree | 699527520f40d41f20216255999699dfa8606298 /version.properties | |
parent | 34085e3667a8c17a6c547a3a1a58762dd9e3d1c5 (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: I7b4f2f57b1f23d1daf25d346b9c27de7ff849893
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 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 |