Skip to content

Commit

Permalink
chore(release): 0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.2](v0.2.1...v0.2.2) (2024-05-24)

### Bug Fixes

* refix and test release-info ([5cec2f0](5cec2f0))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent 5cec2f0 commit eacee68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.2](https://github.com/sne11ius/pp/compare/v0.2.1...v0.2.2) (2024-05-24)


### Bug Fixes

* refix and test release-info ([5cec2f0](https://github.com/sne11ius/pp/commit/5cec2f0a9ce1094add30dd9847904c6ccb6ed4c2))

## [0.2.1](https://github.com/sne11ius/pp/compare/v0.2.0...v0.2.1) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
group = "pp"

// Updated via semantic-release-replace-plugin
version = "0.2.1"
version = "0.2.2"

java {
sourceCompatibility = VERSION_21
Expand Down
2 changes: 1 addition & 1 deletion client/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

// Updated via semantic-release-replace-plugin
var version = "0.2.1"
var version = "0.2.2"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down

0 comments on commit eacee68

Please sign in to comment.