GitBucket 3.7.0 release

This commit is contained in:
Naoki Takezoe
2015-10-03 13:13:48 +09:00
parent 73cf9661ac
commit 81c79003ec
2 changed files with 5 additions and 1 deletions

View File

@@ -92,6 +92,10 @@ Support
Release Notes
--------
### 3.7 - 3 Oct 2015
- Markdown processor has been switched to [markedj](https://github.com/gitbucket/markedj) from pegdown
- Clone in desktop button
### 3.6 - 30 Aug 2015
- User interface Improvements: Especially, commit list, issues and pull request have been updated largely.
- Installed plugins list has been available at the system administration console.

View File

@@ -10,7 +10,7 @@ import sbtassembly.AssemblyKeys._
object MyBuild extends Build {
val Organization = "gitbucket"
val Name = "gitbucket"
val Version = "3.6.0"
val Version = "3.7.0"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.3.1"