Skip to content

Commit 17a0774

Browse files
committed
Bump to 4.8.0-SNAPSHOT
1 parent aa90e64 commit 17a0774

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
3-
val ProjectVersion = "4.7.0"
3+
val ProjectVersion = "4.8.0-SNAPSHOT"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2828
new Version("4.4.0"),
2929
new Version("4.5.0"),
3030
new Version("4.6.0"),
31-
new Version("4.7.0")
31+
new Version("4.7.0"),
32+
new Version("4.8.0")
3233
)
3334

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

0 commit comments

Comments
 (0)