Skip to content

Commit 0cd3768

Browse files
committed
Bump to GitBucket 4.19.0
1 parent de7da0c commit 0cd3768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
33
val ProjectVersion = "4.11.0"
4-
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0-SNAPSHOT")
4+
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0")
55

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

0 commit comments

Comments
 (0)