Skip to content

Commit b0c0695

Browse files
author
ddcw
committed
add version for main
1 parent a43c63b commit b0c0695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _argparse():
2929
parser.add_argument(dest='FILENAME', help='ibd filename')
3030

3131
if parser.parse_args().VERSION:
32-
print("VERSION: v0.1 for mysql8.0")
32+
print("VERSION: v0.2 for mysql8.0")
3333
sys.exit(0)
3434

3535
return parser.parse_args()

0 commit comments

Comments
 (0)