mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +01:00
4.26.0 release
This commit is contained in:
@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
|
|||||||
|
|
||||||
val Organization = "io.github.gitbucket"
|
val Organization = "io.github.gitbucket"
|
||||||
val Name = "gitbucket"
|
val Name = "gitbucket"
|
||||||
val GitBucketVersion = "4.26.0-SNAPSHOT"
|
val GitBucketVersion = "4.26.0"
|
||||||
val ScalatraVersion = "2.6.1"
|
val ScalatraVersion = "2.6.1"
|
||||||
val JettyVersion = "9.4.7.v20170914"
|
val JettyVersion = "9.4.7.v20170914"
|
||||||
|
|
||||||
|
|||||||
@@ -54,5 +54,6 @@ object GitBucketCoreModule
|
|||||||
new Version("4.23.1"),
|
new Version("4.23.1"),
|
||||||
new Version("4.24.0", new LiquibaseMigration("update/gitbucket-core_4.24.xml")),
|
new Version("4.24.0", new LiquibaseMigration("update/gitbucket-core_4.24.xml")),
|
||||||
new Version("4.24.1"),
|
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")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user