We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07a48de + 4a4d58d commit 25a8f67Copy full SHA for 25a8f67
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v1.1.3](https://github.com/pepabo/plusplusbot/compare/v1.1.2...v1.1.3) - 2025-05-20
4
+- refactor: move version management to bot package by @buty4649 in https://github.com/pepabo/plusplusbot/pull/16
5
+
6
## [v1.1.2](https://github.com/pepabo/plusplusbot/compare/v1.1.1...v1.1.2) - 2025-05-20
7
- Fix: inputs name by @buty4649 in https://github.com/pepabo/plusplusbot/pull/14
8
bot/version.go
@@ -1,3 +1,3 @@
package bot
-var Version = "1.1.2"
+var Version = "1.1.3"
0 commit comments