Bump version

This commit is contained in:
DarthSim
2023-02-16 00:45:14 +03:00
parent e85054326a
commit c786bde2c1
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.13.2] - 2023-02-15
### Change
- Remove color-related EXIF data when stripping ICC profile.
- (pro) Optimize saving to MP4.

View File

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