diff --git a/app/app.go b/app/app.go index 61ce93991..c79e355ee 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.16.0" + version = "v0.17.0" ) func init() {