Skip to content

Commit d729f38

Browse files
authored
Merge pull request #76 from WangYihang/claude/vigilant-euler-bViy6
chore(release): bump version to 1.1.8
2 parents 58dc439 + eddf1f7 commit d729f38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

githacker/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Kept in sync with pyproject.toml's project.version by bump-my-version
2323
# (see [tool.bump-my-version.files] in pyproject.toml).
24-
__version__ = '1.1.3'
24+
__version__ = '1.1.8'
2525

2626
coloredlogs.install(fmt='%(asctime)s %(levelname)s %(message)s')
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "githacker"
3-
version = "1.1.3"
3+
version = "1.1.8"
44
description = "A multiple threads tool to download the `.git` folder and rebuild git repository locally."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)