Skip to content

Commit 2c17981

Browse files
author
ddcw
committed
v1.8
1 parent 389c4c8 commit 2c17981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibd2sql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#from .innodb_page import *
2-
VERSION = (1,7)
2+
VERSION = (1,8)
33

44
__version__ = ".".join(str(x) for x in VERSION)
55

0 commit comments

Comments
 (0)