back to development

This commit is contained in:
Nicola Murino 2020-01-12 19:16:18 +01:00
parent 2013ba497c
commit 0b42dbc3c3
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
#define MyAppName "SFTPGo"
#define MyAppVersion "0.9.5"
#define MyAppVersion "0.9.5-dev"
#define MyAppURL "https://github.com/drakkan/sftpgo"
#define MyAppExeName "sftpgo.exe"
#define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup"

View file

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