diff --git a/app/app.go b/app/app.go index e689e7c6f..c01dfb10f 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ import ( const ( // Name is the name of this app. Name = "lux" - version = "v0.19.0" + version = "v0.20.0" ) func init() {