diff --git a/app/app.go b/app/app.go index e2e4bfbe1..f6fc323a5 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.17.2" + version = "v0.18.0" ) func init() {