Skip to content

Commit 25a8f67

Browse files
authored
Merge pull request #17 from pepabo/tagpr-from-v1.1.2
Release for v1.1.3
2 parents 07a48de + 4a4d58d commit 25a8f67

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## [v1.1.2](https://github.com/pepabo/plusplusbot/compare/v1.1.1...v1.1.2) - 2025-05-20
47
- Fix: inputs name by @buty4649 in https://github.com/pepabo/plusplusbot/pull/14
58

bot/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package bot
22

3-
var Version = "1.1.2"
3+
var Version = "1.1.3"

0 commit comments

Comments
 (0)