Skip to content

Commit d8dbca4

Browse files
committed
Release 4.16.0 for GitBucket 4.26.0
1 parent f64affc commit d8dbca4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-gist-plugin"
3-
version := "4.15.0"
3+
version := "4.16.0"
44
scalaVersion := "2.12.6"
5-
gitbucketVersion := "4.26.0-SNAPSHOT"
5+
gitbucketVersion := "4.26.0"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
88
javacOptions in compile ++= Seq("-target", "8", "-source", "8")

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3737
new Version("4.12.0"),
3838
new Version("4.13.0"),
3939
new Version("4.14.0"),
40-
new Version("4.15.0")
40+
new Version("4.15.0"),
41+
new Version("4.16.0")
4142
)
4243

4344
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {

0 commit comments

Comments
 (0)