Skip to content

Commit 6cb09bd

Browse files
committed
4.6.0 release
1 parent 2cf2d75 commit 6cb09bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2626
new LiquibaseMigration("update/gitbucket-gist_4.2.xml")
2727
),
2828
new Version("4.4.0"),
29-
new Version("4.5.0")
29+
new Version("4.5.0"),
30+
new Version("4.6.0")
3031
)
3132

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

0 commit comments

Comments
 (0)