Skip to content

Commit

Permalink
Bump to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jun 10, 2018
1 parent 348b411 commit 42d82d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.4.0"),
new Version("1.5.0"),
new Version("1.6.0"),
new Version("1.7.0")
new Version("1.7.0"),
new Version("1.7.1")
)

override val controllers: Seq[(String, ControllerBase)] = Seq("/*" -> new PagesController)
Expand Down

0 comments on commit 42d82d9

Please sign in to comment.