From e0729b067aff8b1115a9a78d76216e0f86a22ce3 Mon Sep 17 00:00:00 2001 From: Xinzhao Xu Date: Thu, 20 Apr 2023 10:46:52 +0800 Subject: [PATCH] v0.18.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 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() {