diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:52 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:07:52 +0100 |
commit | 0b34f7f0723e4cfbb7fbc874dfeb8d1451f5ccc9 (patch) | |
tree | 4ef1c0eec2406eb98a945ca521e41d1c69b5ef83 /version.properties | |
parent | cfaf1d110cae9a4bdf31a93dc26f6186143c1858 (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: I41f2d27fb438cd923f5f3bf01add54bba9c68d0c
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 |