Skip to content

Commit 171faa9

Browse files
committed
Fixed version info in README.md
1 parent b455628 commit 171faa9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ______ _ __ ________
8484
| |/ /| | | | | | |\ \ (_| | |_| \__ \
8585
|___/ |_|_| |_| \_| \_\__,_|\__, |___/
8686
__/ |
87-
|___/ v1.6 Pi
87+
|___/ v1.6.1 Pi
8888
8989
usage: diffrays [-h] {diff,server,autodiff} ...
9090

diffrays/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
| |/ /| | | | | | |\ \ (_| | |_| \__ \
3232
|___/ |_|_| |_| \_| \_\__,_|\__, |___/
3333
__/ |
34-
|___/ {Fore.YELLOW}v1.6 Pi{Style.RESET_ALL}
34+
|___/ {Fore.YELLOW}v1.6.1 Pi{Style.RESET_ALL}
3535
"""
3636

3737
def print_success(message):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "diffrays"
7-
version = "1.6"
7+
version = "1.6.1"
88
description = "Binary Diff Analysis Tool - Decompile, Compare, and Visualize Binary Changes"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)