Release 4.38.1 (#3133)

This commit is contained in:
Naoki Takezoe
2022-09-10 02:43:06 +09:00
committed by GitHub
parent 2c164d630c
commit 240b34016d
4 changed files with 13 additions and 2 deletions

View File

@@ -111,5 +111,6 @@ object GitBucketCoreModule
new Version("4.37.0", new LiquibaseMigration("update/gitbucket-core_4.37.xml")),
new Version("4.37.1"),
new Version("4.37.2"),
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml"))
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml")),
new Version("4.38.1")
)