Skip to content

Commit 3993067

Browse files
committed
Bump to 1.6.4
1 parent 34c4e5c commit 3993067

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-ci-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.6.3"
3+
version := "1.6.4"
44
scalaVersion := "2.12.6"
55
gitbucketVersion := "4.25.0"
66
libraryDependencies ++= Seq(

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
5959
new LiquibaseMigration("update/gitbucket-ci_1.6.0.xml")),
6060
new Version("1.6.1"),
6161
new Version("1.6.2"),
62-
new Version("1.6.3")
62+
new Version("1.6.3"),
63+
new Version("1.6.4")
6364
)
6465

6566
override val assetsMappings = Seq("/ci" -> "/gitbucket/ci/assets")

0 commit comments

Comments
 (0)