Skip to content

Commit

Permalink
bump version to 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Jun 3, 2024
1 parent b2734dc commit 459be13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.8
0.6.9
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.8",
"version": "0.6.9",
"description": "Akamai CLI for Enterprise Application Access (EAA)"
}
]
Expand Down
2 changes: 1 addition & 1 deletion libeaa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

#: cli-eaa version [PEP 8]
__version__ = '0.6.8'
__version__ = '0.6.9'

import sys
from threading import Event
Expand Down

0 comments on commit 459be13

Please sign in to comment.