Skip to content

Commit

Permalink
Updated cli_init.py [bumped version]
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jun 30, 2024
1 parent 6676742 commit c8d0d67
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.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.3\n' + Style.RESET_ALL)
print(Fore.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.4 (unstable)\n' + Style.RESET_ALL)
print(Fore.CYAN + Style.BRIGHT + 'Developed by OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
print(Fore.CYAN + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')

Expand Down

0 comments on commit c8d0d67

Please sign in to comment.