浏览代码

set version to 0.9.3

Nicola Murino 5 年之前
父节点
当前提交
25f97bbe62
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      sftpgo.iss
  2. 1 1
      utils/version.go

+ 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.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 - 1
utils/version.go

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