diff options
author | wr148d <wr148d@att.com> | 2022-10-19 11:27:58 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-19 11:27:58 -0400 |
commit | 8618ade629d7c136553ca5ddb25ff0d3a88229d9 (patch) | |
tree | e2fde3bbaf216226b283c0661482d93dabdb2dc3 /version.properties | |
parent | c759756efa34879f57015c65193107ef642554dc (diff) |
[AAI] Upversion graphadmin to 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iddb9befb900aa1be8a0a0bf2b87d192d3009bf00
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 f643906..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=5 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |