mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-04 06:39:58 +01:00
4.10 release
This commit is contained in:
@@ -63,6 +63,10 @@ Support
|
||||
|
||||
Release Notes
|
||||
-------------
|
||||
### 4.10 - 25 Feb 2017
|
||||
- Update to Scala 2.12 and Scalatra 2.5
|
||||
- Display file size in the file viewer
|
||||
|
||||
### 4.9 - 29 Jan 2017
|
||||
- GitLFS support
|
||||
- Template for issues and pull requests
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.9.0"
|
||||
val GitBucketVersion = "4.10.0"
|
||||
val ScalatraVersion = "2.5.0"
|
||||
val JettyVersion = "9.3.9.v20160517"
|
||||
|
||||
|
||||
@@ -27,5 +27,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
||||
new Version("4.8"),
|
||||
new Version("4.9.0",
|
||||
new LiquibaseMigration("update/gitbucket-core_4.9.xml")
|
||||
)
|
||||
),
|
||||
new Version("4.10.0")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user