We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa90e64 commit 17a0774Copy full SHA for 17a0774
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-gist-plugin"
3
-val ProjectVersion = "4.7.0"
+val ProjectVersion = "4.8.0-SNAPSHOT"
4
5
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6
src/main/scala/Plugin.scala
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
28
new Version("4.4.0"),
29
new Version("4.5.0"),
30
new Version("4.6.0"),
31
- new Version("4.7.0")
+ new Version("4.7.0"),
32
+ new Version("4.8.0")
33
)
34
35
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
0 commit comments