4.10 release

This commit is contained in:
Naoki Takezoe
2017-02-25 06:13:57 +09:00
parent 98b6d16de7
commit ea498f269e
3 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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")
)