This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch fix/reviwer-basic
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
The following commit(s) were added to refs/heads/fix/reviwer-basic by this push:
new 8a081eb chore(plugins): update version
8a081eb is described below
commit 8a081eb36261e8b9ca69b32043019ad6383726e7
Author: LinkinStars <[email protected]>
AuthorDate: Tue May 7 12:07:47 2024 +0800
chore(plugins): update version
---
reviewer-basic/basic.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reviewer-basic/basic.go b/reviewer-basic/basic.go
index 04f33c5..ed484f5 100644
--- a/reviewer-basic/basic.go
+++ b/reviewer-basic/basic.go
@@ -52,7 +52,7 @@ func (r *Reviewer) Info() plugin.Info {
SlugName: "basic_reviewer",
Description: plugin.MakeTranslator(i18n.InfoDescription),
Author: "answerdev",
- Version: "1.0.1",
+ Version: "1.0.2",
Link:
"https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-basic",
}
}