Browse Source

Bump version

DarthSim 3 years ago
parent
commit
7e5587ae69
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
 # Changelog
 
 
 ## [Unreleased]
 ## [Unreleased]
+
+## [3.1.3] - 2021-12-17
 ### Fix
 ### Fix
 - Fix ETag checking when S3 is used.
 - Fix ETag checking when S3 is used.
 
 

+ 1 - 1
version/version.go

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