Skip to content

Commit

Permalink
Merge pull request #515 from loathingKernel/next
Browse files Browse the repository at this point in the history
Release 1.11.3 (Boga Discus) (Hotfix 3)
  • Loading branch information
loathingKernel authored Jan 11, 2025
2 parents 42c5167 + ed2ac11 commit dd7fb0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ git_describe_command = [ "git", "describe", "--dirty", "--long" ]
version_scheme = "misc.mkversion:mknumeric"
local_scheme = "no-local-version"
version_file = "rare/_version.py"
fallback_version = "1.11.2.0"
fallback_version = "1.11.3.0"

[tool.nuitka]
assume-yes-for-downloads = true
Expand All @@ -115,8 +115,8 @@ output-filename = "Rare.exe"
file-description = "Rare.exe"
company-name = "RareDevs"
product-name = "Rare"
file-version = "1.11.2.0"
product-version = "1.11.2.0"
file-version = "1.11.3.0"
product-version = "1.11.3.0"
windows-console-mode = "disable"
windows-icon-from-ico = "rare/resources/images/Rare.ico"

Expand All @@ -134,7 +134,7 @@ force-exclude = '''

[tool.poetry]
name = "Rare"
version = "1.11.2.0"
version = "1.11.3.0"
authors = [
"Dummerle [email protected]",
"loathingKernel [email protected]",
Expand Down

0 comments on commit dd7fb0d

Please sign in to comment.