Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Mar 11, 2024
1 parent bda5d47 commit 83d6040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [3.23.0] - 2024-03-11
### Add
- Add request ID, processing/info options, and source image URL to error reports.

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,6 +1,6 @@
package version

const version = "3.22.0"
const version = "3.23.0"

func Version() string {
return version
Expand Down

0 comments on commit 83d6040

Please sign in to comment.