Skip to content

Commit 62d716b

Browse files
Update cli_init.py
1 parent b12c4bc commit 62d716b

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] - [v1.2.1 rolling] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
23+
print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.2.1 stable] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
2424
print(Fore.MAGENTA + Style.BRIGHT + '[Visit our pages]\nGitHub repository: https://github.com/OSINT-TECHNOLOGIES\nPyPi page: https://pypi.org/project/dpulse/\nDocumentation: https://dpulse.readthedocs.io' + Style.RESET_ALL)
2525

2626
def print_main_menu(self):

0 commit comments

Comments
 (0)