Ver Fonte

Bump version

DarthSim há 2 anos atrás
pai
commit
3b97b7400a
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [3.7.1] - 2022-08-01
 ### Fix
 - Fix memory bloat in some cases.
 - Fix `format_quality` usage in presets.

+ 1 - 1
version/version.go

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