mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-25 00:50:31 +00:00
set version to 1.0.0
This commit is contained in:
parent
fc32286045
commit
1ac4baa00a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
import "strings"
|
||||
|
||||
const version = "0.9.6-dev"
|
||||
const version = "1.0.0"
|
||||
|
||||
var (
|
||||
commit = ""
|
||||
|
|
Loading…
Reference in a new issue