We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069e5ab commit dd89698Copy full SHA for dd89698
service/cli_init.py
@@ -16,7 +16,7 @@ def welcome_menu(self):
16
fig = Figlet(font='slant')
17
print('\n')
18
self.console.print(fig.renderText('DPULSE'), style="red")
19
- print(Fore.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.1\n' + Style.RESET_ALL)
+ print(Fore.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.2\n' + Style.RESET_ALL)
20
print(Fore.CYAN + Style.BRIGHT + 'Developed by OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
21
print(Fore.CYAN + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')
22
0 commit comments