Skip to content

Commit

Permalink
Update version with asyncio troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
rowingdude committed Sep 5, 2024
1 parent 3eb7e20 commit 606286b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/analyzeMFT/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import asyncio
from .windows_time import WindowsTime
from .mft_record import MftRecord
from .mft_analyzer import MftAnalyzer
Expand Down
2 changes: 1 addition & 1 deletion src/analyzeMFT/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '3.0.6.2'
VERSION = '3.0.6.3'

# File Record Flags
FILE_RECORD_IN_USE = 0x0001
Expand Down

0 comments on commit 606286b

Please sign in to comment.