Skip to content

Commit

Permalink
Release 4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Oct 22, 2023
1 parent 478636d commit 38e7477
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.

| Plugin version | GitBucket version |
|:---------------|:------------------|
| 4.23.x | 4.40.x - |
| 4.22.x | 4.37.x - |
| 4.21.x | 4.36.x - |
| 4.20.x | 4.35.x - |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "io.github.gitbucket"
name := "gitbucket-gist-plugin"
version := "4.22.0"
version := "4.23.0"
scalaVersion := "2.13.12"
gitbucketVersion := "4.40.0"

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.19.0"),
new Version("4.20.0"),
new Version("4.21.0"),
new Version("4.22.0")
new Version("4.22.0"),
new Version("4.23.0")
)

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

0 comments on commit 38e7477

Please sign in to comment.