diff options
author | wr148d <wr148d@att.com> | 2022-10-19 11:24:58 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-19 11:24:58 -0400 |
commit | 5b81ae7ba044a7e9ba8e7f625768786380d97b5d (patch) | |
tree | 43d68229614208cdcbd914195a81fd30616ba021 /version.properties | |
parent | 29677d31c885b6e15acc3867e6a0f91beb3e82f5 (diff) |
[AAI] Upversion traversal to 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I53c187da740a8f99843dbab74bca3d13f06e6e93
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 79d7ece..8741983 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=9 -patch_version=6 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |