Skip to content

Commit

Permalink
Made version numbering more accurate and added version number to qsea…
Browse files Browse the repository at this point in the history
…rch output
  • Loading branch information
Aebos committed Nov 4, 2024
1 parent 89e285b commit 29234d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qlogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def checksave(resp):


def main():
print("Started QuoteLogger V.1.6\n")
print("Started QuoteLogger V.1.6.1\n")
print("For help visit: github.com/aebos/Quotelogger\n")
try:
read_chat()
Expand Down
1 change: 1 addition & 0 deletions qsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def main():
parser.add_argument('-m', '--missing', action='store_true', help='Find missing quotes')
args = parser.parse_args()

print("Version 1.6.1\n")
if args.stats:
search_stats()
elif args.all:
Expand Down

0 comments on commit 29234d3

Please sign in to comment.