Skip to content

Commit

Permalink
release: v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Apr 2, 2022
1 parent 9614c6d commit 21ecb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
from pathlib import Path
version = [l for l in Path('pyproject.toml').read_text().splitlines() if 'version' in l][0].split(' ')[-1].strip('\"')
f = Path('src/ntfsdump/models/MetaData.py')
text = f.read_text().replace("version(name)", f"\'{version}\'")
text = f.read_text().replace("get_version(name)", f"\'{version}\'")
f.write_text(text)
shell: python

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntfsdump"
version = "2.3.4"
version = "2.3.5"
description = "A tool for extract any files from an NTFS volume on an image file."
authors = ["sumeshi <[email protected]>"]
license = "LGPLv3+"
Expand Down

0 comments on commit 21ecb2c

Please sign in to comment.