Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[global]
version = 2025.12.24
version = 2025.12.25
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this change correctly bumps the version, relying on manual updates for versioning can be error-prone and tedious. To improve the release process and maintainability, I recommend automating version management. This could be done, for example, using a CI/CD script that updates this value based on a git tag or the current date, ensuring consistency and reducing manual effort.