Skip to content

Commit 2cf2d75

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 02e314f + f5e0799 commit 2cf2d75

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
@@ -25,7 +25,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2525
new Version("4.2.0",
2626
new LiquibaseMigration("update/gitbucket-gist_4.2.xml")
2727
),
28-
new Version("4.4.0")
28+
new Version("4.4.0"),
29+
new Version("4.5.0")
2930
)
3031

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

0 commit comments

Comments
 (0)