Skip to content

Commit 6657c84

Browse files
Bumped version to 1.0.5 unstable
1 parent 0dea6c8 commit 6657c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/cli_init.py

Lines changed: 1 addition & 1 deletion
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.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.0.4 (stable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
19+
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.0.5 (unstable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
2020
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')
2121

2222
def print_main_menu(self):

0 commit comments

Comments
 (0)