Bump version

This commit is contained in:
DarthSim
2024-03-11 17:56:17 +03:00
parent bda5d47c4b
commit 83d6040a97
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
package version
const version = "3.22.0"
const version = "3.23.0"
func Version() string {
return version