Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
plonibarploni authored Apr 5, 2020
1 parent 6eb4b91 commit d78a40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mac/lazagne/config/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class constant():
folder_name = '.'
file_name_results = 'credentials_{current_time}'.format(current_time=date) # extension added (txt, json)
MAX_HELP_POSITION = 27
CURRENT_VERSION = '0.3.2'
CURRENT_VERSION = '2.4.3'
output = None
file_logger = None
verbose = False
Expand All @@ -26,4 +26,4 @@ class constant():
user_password = None
user_keychain_find = False
stdout_result = [] # Tab containing all results by user
modules_dic = {}
modules_dic = {}

0 comments on commit d78a40e

Please sign in to comment.