set version to 0.9.4

This commit is contained in:
Nicola Murino 2019-11-22 21:27:56 +01:00
parent b3729e4666
commit 7a8b1645ef
3 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ Full featured and highly configurable SFTP server
- REST API for users and quota management and real time reports for the active connections with possibility of forcibly closing a connection. - REST API for users and quota management and real time reports for the active connections with possibility of forcibly closing a connection.
- Web based interface to easily manage users and connections. - Web based interface to easily manage users and connections.
- Easy migration from Unix system user accounts. - Easy migration from Unix system user accounts.
- Configuration is a your choice: JSON, TOML, YAML, HCL, envfile are supported.
- Portable mode: a convenient way to share a single directory on demand. - Portable mode: a convenient way to share a single directory on demand.
- Configuration is a your choice: JSON, TOML, YAML, HCL, envfile are supported.
- Log files are accurate and they are saved in the easily parsable JSON format. - Log files are accurate and they are saved in the easily parsable JSON format.
## Platforms ## Platforms

View file

@ -2,7 +2,7 @@
; You need to change the paths for the source files to match your environment ; You need to change the paths for the source files to match your environment
#define MyAppName "SFTPGo" #define MyAppName "SFTPGo"
#define MyAppVersion "0.9.3-dev" #define MyAppVersion "0.9.4"
#define MyAppURL "https://github.com/drakkan/sftpgo" #define MyAppURL "https://github.com/drakkan/sftpgo"
#define MyAppExeName "sftpgo.exe" #define MyAppExeName "sftpgo.exe"
#define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup" #define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup"

View file

@ -1,6 +1,6 @@
package utils package utils
const version = "0.9.3-dev" const version = "0.9.4"
var ( var (
commit = "" commit = ""