浏览代码

set version to 2.6.5

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 8 月之前
父节点
当前提交
b837dd09ea
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      internal/version/version.go
  2. 1 1
      openapi/openapi.yaml

+ 1 - 1
internal/version/version.go

@@ -18,7 +18,7 @@ package version
 import "strings"
 import "strings"
 
 
 const (
 const (
-	version = "2.6.4"
+	version = "2.6.5"
 	appName = "SFTPGo"
 	appName = "SFTPGo"
 )
 )
 
 

+ 1 - 1
openapi/openapi.yaml

@@ -29,7 +29,7 @@ info:
     SFTPGo supports groups to simplify the administration of multiple accounts by letting you assign settings once to a group, instead of multiple times to each individual user.
     SFTPGo supports groups to simplify the administration of multiple accounts by letting you assign settings once to a group, instead of multiple times to each individual user.
     The SFTPGo WebClient allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Authy, Google Authenticator and other compatible apps.
     The SFTPGo WebClient allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Authy, Google Authenticator and other compatible apps.
     From the WebClient each authorized user can also create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date.
     From the WebClient each authorized user can also create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date.
-  version: 2.6.4
+  version: 2.6.5
   contact:
   contact:
     name: API support
     name: API support
     url: 'https://github.com/drakkan/sftpgo'
     url: 'https://github.com/drakkan/sftpgo'