Skip to content

Commit 5726010

Browse files
Update cli_init.py
1 parent b4e6ce2 commit 5726010

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
@@ -20,7 +20,7 @@ def welcome_menu(self):
2020
fig = Figlet(font=wm_font)
2121
print('\n')
2222
self.console.print(fig.renderText('DPULSE'), style=preview_style)
23-
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.1.1 (rolling) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
23+
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.1.1 (stable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
2424
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL)
2525

2626
def print_main_menu(self):

0 commit comments

Comments
 (0)