Skip to content

Commit dd89698

Browse files
Updated cli_init.py
1 parent 069e5ab commit dd89698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/cli_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def welcome_menu(self):
1616
fig = Figlet(font='slant')
1717
print('\n')
1818
self.console.print(fig.renderText('DPULSE'), style="red")
19-
print(Fore.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.1\n' + Style.RESET_ALL)
19+
print(Fore.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.2\n' + Style.RESET_ALL)
2020
print(Fore.CYAN + Style.BRIGHT + 'Developed by OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
2121
print(Fore.CYAN + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')
2222

0 commit comments

Comments
 (0)