diff --git a/app/app.go b/app/app.go index bc73df0b7..fc0c231a6 100644 --- a/app/app.go +++ b/app/app.go @@ -23,7 +23,7 @@ import ( const ( // Name is the name of this app. Name = "lux" - version = "v0.13.0" + version = "v0.14.0" ) func init() {