Kaynağa Gözat

set version to 0.9.4

Nicola Murino 5 yıl önce
ebeveyn
işleme
7a8b1645ef
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      README.md
  2. 1 1
      sftpgo.iss
  3. 1 1
      utils/version.go

+ 1 - 1
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

+ 1 - 1
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"

+ 1 - 1
utils/version.go

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