Bump version

This commit is contained in:
DarthSim
2022-08-22 17:26:58 +06:00
parent 501dc05a44
commit 38c55feab9
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.7.2] - 2022-08-22
### Changed
- (docker) Faster images quantization.
- (docker) Faster loading of GIF.

View File

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