Skip to content

Commit c9bc783

Browse files
committed
Bump to 1.8.1
1 parent a3b37a3 commit c9bc783

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.8.0"
3+
version := "1.8.1"
44
scalaVersion := "2.12.8"
55
gitbucketVersion := "4.31.0"
66
libraryDependencies ++= Seq(

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
6363
new Version("1.6.4"),
6464
new Version("1.7.0"),
6565
new Version("1.8.0",
66-
new LiquibaseMigration("update/gitbucket-ci_1.8.0.xml"))
66+
new LiquibaseMigration("update/gitbucket-ci_1.8.0.xml")),
67+
new Version("1.8.1")
6768
)
6869

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

0 commit comments

Comments
 (0)