Skip to content

Commit d20bbf7

Browse files
authored
Bumpversion v0.2.18 (#206)
* bump version to v0.2.18 * Update CHANGELOG.md
1 parent b07eec7 commit d20bbf7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.18] - 2023-10-11
4+
5+
### Changed
6+
7+
+ 更新小店 `retailstore`
8+
+ 更新点金计划 `goldplan`
9+
310
## [0.2.17] - 2023-06-29
411

512
### Added

core/consts/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313

1414
// SDK 相关信息
1515
const (
16-
Version = "0.2.17" // SDK 版本
16+
Version = "0.2.18" // SDK 版本
1717
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
1818
)
1919

0 commit comments

Comments
 (0)