set version to 0.9.3

This commit is contained in:
Nicola Murino
2019-10-18 11:28:20 +02:00
parent 44d403cf9c
commit 25f97bbe62
2 changed files with 2 additions and 2 deletions

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.2-dev" #define MyAppVersion "0.9.3"
#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.2-dev" const version = "0.9.3"
var ( var (
commit = "" commit = ""