Skip to content

Commit bf2c4f6

Browse files
committed
Fix version
1 parent 9b529b8 commit bf2c4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/scala/Plugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3232
new Version("4.8.0"),
3333
new Version("4.9.0"),
3434
new Version("4.9.1"),
35-
new Version("4.9.2")
35+
new Version("4.10.0")
3636
)
3737

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

0 commit comments

Comments
 (0)