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 2b5ef92 commit d36756dCopy full SHA for d36756d
README.md
@@ -12,6 +12,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
12
13
Plugin version|GitBucket version
14
:---|:---
15
+1.6.x|4.26.0
16
1.5|4.19.x
17
1.4|4.11.x
18
1.3|4.10.x
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "com.github.mrkm4ntr"
2
val Name = "gitbucket-network-plugin"
3
-val Version = "1.5"
+val Version = "1.6.0"
4
5
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6
0 commit comments