Skip to content

Commit

Permalink
fix: 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 23, 2023
1 parent 9f826fd commit 8904255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

build-linux:
needs: build-windows
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.11']
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.5.2"
version = "2.5.3"
description = "An efficient tool for extracting files, directories, and alternate data streams directly from NTFS image files."
authors = ["sumeshi <sum3sh1@protonmail.com>"]
license = "LGPLv3+"
Expand Down

0 comments on commit 8904255

Please sign in to comment.