4.26.0 release

This commit is contained in:
Naoki Takezoe
2018-06-30 12:06:17 +09:00
parent 0e36ca0f71
commit a43aeff3fc
2 changed files with 3 additions and 2 deletions

View File

@@ -54,5 +54,6 @@ object GitBucketCoreModule
new Version("4.23.1"),
new Version("4.24.0", new LiquibaseMigration("update/gitbucket-core_4.24.xml")),
new Version("4.24.1"),
new Version("4.25.0", new LiquibaseMigration("update/gitbucket-core_4.25.xml"))
new Version("4.25.0", new LiquibaseMigration("update/gitbucket-core_4.25.xml")),
new Version("4.26.0")
)