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 6138bf4 commit 2c8dbd7Copy full SHA for 2c8dbd7
src/main/scala/Plugin.scala
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
28
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
29
),
30
new Version("1.4.0"),
31
- new Version("1.5.0")
+ new Version("1.5.0"),
32
+ new Version("1.5.1")
33
)
34
35
override val controllers = Seq(
0 commit comments