Skip to content

Commit 4782746

Browse files
committed
Add Version 4.7.0 definition to Plugin
1 parent 21a446e commit 4782746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2727
),
2828
new Version("4.4.0"),
2929
new Version("4.5.0"),
30-
new Version("4.6.0")
30+
new Version("4.6.0"),
31+
new Version("4.7.0")
3132
)
3233

3334
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {

0 commit comments

Comments
 (0)