From 092bc0f6c18f81e1441ac17b2d053e74d7e6ddfe Mon Sep 17 00:00:00 2001 From: Xinzhao Xu Date: Thu, 6 Jul 2023 10:33:24 +0800 Subject: [PATCH] v0.19.0 [ci skip] --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index f6fc323a5..e689e7c6f 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.18.0" + version = "v0.19.0" ) func init() {