Skip to content

Commit 2c8dbd7

Browse files
committed
Bump to 1.5.1
1 parent 6138bf4 commit 2c8dbd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2828
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
2929
),
3030
new Version("1.4.0"),
31-
new Version("1.5.0")
31+
new Version("1.5.0"),
32+
new Version("1.5.1")
3233
)
3334

3435
override val controllers = Seq(

0 commit comments

Comments
 (0)