Update version to 4.19.0

This commit is contained in:
Naoki Takezoe
2017-11-29 03:13:21 +09:00
parent 2b383d79f1
commit c4bea091fe
2 changed files with 3 additions and 2 deletions

View File

@@ -43,5 +43,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.15.0"),
new Version("4.16.0"),
new Version("4.17.0"),
new Version("4.18.0")
new Version("4.18.0"),
new Version("4.19.0")
)