Skip to content

Commit da06773

Browse files
Merge branch 'main' into rolling
2 parents 8a955f5 + 8ac0538 commit da06773

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
<p align="center">
1212
<img alt="Static Badge" src="https://img.shields.io/badge/v1.1.1-CURRENT%20STABLE%20VERSION?style=for-the-badge&label=CURRENT%20STABLE%20VERSION&color=red"> <img alt="Static Badge" src="https://img.shields.io/badge/V1.1.2-red?style=for-the-badge&logo=f&label=CURRENT%20ROLLING%20VERSION">
13+
</p>
14+
15+
<p align="center">
1316
<img alt="Static Badge" src="https://img.shields.io/badge/DOMAIN_OSINT-CATEGORY?style=for-the-badge&label=TOOL%20CATEGORY&color=red"> <img alt="Static Badge" src="https://img.shields.io/badge/CLI-CATEGORY?style=for-the-badge&label=interface%20type&color=red">
1417
</p>
1518

service/cli_init.py

Lines changed: 1 addition & 1 deletion
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.1.2 rolling] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
23+
print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.1.2 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)