This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch feat/1.7.0/quicklinks
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git


The following commit(s) were added to refs/heads/feat/1.7.0/quicklinks by this 
push:
     new 56d734d  fix: quick-links plugin answer version
56d734d is described below

commit 56d734d1019736ff692c52bc5ed7de2144741544
Author: shuai <lishuail...@sifou.com>
AuthorDate: Fri Aug 15 14:53:42 2025 +0800

    fix: quick-links plugin answer version
---
 quick-links/go.mod    | 2 +-
 quick-links/info.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/quick-links/go.mod b/quick-links/go.mod
index fc1427e..da67a33 100644
--- a/quick-links/go.mod
+++ b/quick-links/go.mod
@@ -3,7 +3,7 @@ module github.com/apache/answer-plugins/quick-links
 go 1.23.3
 
 require (
-       github.com/apache/answer v1.7.0
+       github.com/apache/answer v1.6.0
        github.com/apache/answer-plugins/util v1.0.3
 )
 
diff --git a/quick-links/info.yaml b/quick-links/info.yaml
index 7c4068e..488ceaa 100644
--- a/quick-links/info.yaml
+++ b/quick-links/info.yaml
@@ -17,6 +17,6 @@
 
 slug_name: quick_links
 type: sidebar
-version: 0.0.1
+version: 0.0.2
 author: answerdev
 link: https://github.com/apache/answer-plugins/tree/main/quick-links

Reply via email to