From 7a8b1645ef7ad25561876f8a11b24b5dc943dfee Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 22 Nov 2019 21:27:56 +0100 Subject: [PATCH] set version to 0.9.4 --- README.md | 2 +- sftpgo.iss | 2 +- utils/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa8d00f9..cfd1ce78 100644 --- a/README.md +++ b/README.md @@ -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. - Web based interface to easily manage users and connections. - 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. +- 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. ## Platforms diff --git a/sftpgo.iss b/sftpgo.iss index b2341c26..19bddb85 100644 --- a/sftpgo.iss +++ b/sftpgo.iss @@ -2,7 +2,7 @@ ; You need to change the paths for the source files to match your environment #define MyAppName "SFTPGo" -#define MyAppVersion "0.9.3-dev" +#define MyAppVersion "0.9.4" #define MyAppURL "https://github.com/drakkan/sftpgo" #define MyAppExeName "sftpgo.exe" #define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup" diff --git a/utils/version.go b/utils/version.go index 56bdc10e..dbce2e13 100644 --- a/utils/version.go +++ b/utils/version.go @@ -1,6 +1,6 @@ package utils -const version = "0.9.3-dev" +const version = "0.9.4" var ( commit = ""