1
0
Fork 0

Bump version

timestamps v2.0.0
dump_stack() 2023-04-06 22:48:54 +00:00
parent b75289a9d1
commit 27a3cc498c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [2.0.0]
### Breaking ### Breaking

View File

@ -101,7 +101,7 @@ func main() {
Compact: true, Compact: true,
}), }),
kong.Vars{ kong.Vars{
"version": "1.4.0", "version": "2.0.0",
}, },
) )