Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Aug 21, 2024
1 parent de682ec commit c8014b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/cli_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def welcome_menu(self):
fig = Figlet(font='slant')
print('\n')
self.console.print(fig.renderText('DPULSE'), style="red")
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.0.5 (stable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.1 (unstable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')

def print_main_menu(self):
Expand Down

0 comments on commit c8014b9

Please sign in to comment.