mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
set version to 0.9.3
This commit is contained in:
@@ -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.2-dev"
|
||||
#define MyAppVersion "0.9.3"
|
||||
#define MyAppURL "https://github.com/drakkan/sftpgo"
|
||||
#define MyAppExeName "sftpgo.exe"
|
||||
#define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package utils
|
||||
|
||||
const version = "0.9.2-dev"
|
||||
const version = "0.9.3"
|
||||
|
||||
var (
|
||||
commit = ""
|
||||
|
||||
Reference in New Issue
Block a user