Skip to content

Commit

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

### Bug Fixes

* manually enable running behind proxy ([1ad6b67](1ad6b67))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent 1ad6b67 commit aee16eb
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.4](https://github.com/sne11ius/pp/compare/v0.2.3...v0.2.4) (2024-05-24)


### Bug Fixes

* manually enable running behind proxy ([1ad6b67](https://github.com/sne11ius/pp/commit/1ad6b67ee83aa73f37f6162121cf18aff0b20754))

## [0.2.3](https://github.com/sne11ius/pp/compare/v0.2.2...v0.2.3) (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.3"
version = "0.2.4"

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.3"
var version = "0.2.4"

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

0 comments on commit aee16eb

Please sign in to comment.