Skip to content

Commit

Permalink
set version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drakkan committed Jan 12, 2020
1 parent 55a03c2 commit 2be3721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sftpgo.iss
Expand Up @@ -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.4-dev"
#define MyAppVersion "0.9.5"
#define MyAppURL "https://github.com/drakkan/sftpgo"
#define MyAppExeName "sftpgo.exe"
#define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup"
Expand Down Expand Up @@ -32,6 +32,7 @@ ArchitecturesInstallIn64BitMode=x64
PrivilegesRequired=admin
ArchitecturesAllowed=x64
MinVersion=6.1
VersionInfoVersion={#MyAppVersion}

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand All @@ -50,6 +51,7 @@ Source: "{#MyAppDir}\static\*"; DestDir: "{app}\static"; Flags: ignoreversion re

[Dirs]
Name: "{app}\logs"; Permissions: everyone-full
Name: "{app}\backups"; Permissions: everyone-full

[Icons]
Name: "{group}\Web Admin"; Filename: "http://127.0.0.1:8080/web";
Expand Down
2 changes: 1 addition & 1 deletion utils/version.go
@@ -1,6 +1,6 @@
package utils

const version = "0.9.4-dev"
const version = "0.9.5"

var (
commit = ""
Expand Down

0 comments on commit 2be3721

Please sign in to comment.