Skip to content

Commit

Permalink
Bump to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Apr 16, 2024
1 parent 55c2c54 commit 772cc2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
0.6.6
2 changes: 1 addition & 1 deletion cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"commands": [
{
"name": "eaa",
"version": "0.6.4",
"version": "0.6.6",
"description": "Akamai CLI for Enterprise Application Access (EAA)"
}
]
Expand Down
4 changes: 2 additions & 2 deletions libeaa/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Akamai Technologies, Inc. All Rights Reserved
# Copyright 2024 Akamai Technologies, Inc. All Rights Reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
"""

#: cli-eaa version [PEP 8]
__version__ = '0.6.4'
__version__ = '0.6.6'

import sys
from threading import Event
Expand Down

0 comments on commit 772cc2c

Please sign in to comment.