Browse Source

Bump version

DarthSim 3 years ago
parent
commit
00abf95eb0
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [3.3.2] - 2022-03-17
 ### Fix
 - Write logs to STDOUT instead of STDERR.
 - (pro) Fix crashes when some options are used in presets.

+ 1 - 1
version/version.go

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