Skip to content

Commit

Permalink
Bumped version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Sep 11, 2024
1 parent 2124f11 commit dbade42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/cli_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def welcome_menu(self):
fig = Figlet(font='slant')
print('\n')
self.console.print(fig.renderText('DPULSE'), style="red")
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.1 (unstable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.1 (stable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')

def print_main_menu(self):
Expand Down

0 comments on commit dbade42

Please sign in to comment.