We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf2d75 commit 6cb09bdCopy full SHA for 6cb09bd
src/main/scala/Plugin.scala
@@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
26
new LiquibaseMigration("update/gitbucket-gist_4.2.xml")
27
),
28
new Version("4.4.0"),
29
- new Version("4.5.0")
+ new Version("4.5.0"),
30
+ new Version("4.6.0")
31
)
32
33
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
0 commit comments