Skip to content

Commit b837dd0

Browse files
committed
set version to 2.6.5
Signed-off-by: Nicola Murino <[email protected]>
1 parent 0c57c99 commit b837dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package version
1818
import "strings"
1919

2020
const (
21-
version = "2.6.4"
21+
version = "2.6.5"
2222
appName = "SFTPGo"
2323
)
2424

openapi/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ info:
2929
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.
3030
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.
3131
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.
32-
version: 2.6.4
32+
version: 2.6.5
3333
contact:
3434
name: API support
3535
url: 'https://github.com/drakkan/sftpgo'

0 commit comments

Comments
 (0)