1
0
Fork 0

Set version

timestamps v1.1.0
dump_stack() 2019-08-30 17:40:01 +00:00
父節點 104e70f861
當前提交 dc73413114
簽署人: dump_stack
GPG 金鑰 ID: BE44DA8C062D87DC
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -4,7 +4,7 @@
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0] 2019-08-30
### Added

查看文件

@ -84,7 +84,7 @@ func main() {
)
app.Author("Mikhail Klementev <root@dumpstack.io>")
app.Version("1.0.1")
app.Version("1.1.0")
pathFlag := app.Flag("path", "Path to work directory")
path := pathFlag.Default(".").ExistingDir()