Skip to content

Commit

Permalink
Bump to GitBucket 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Sep 24, 2017
1 parent ae27eb6 commit cbb74f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val Organization = "io.github.gitbucket"
val ProjectName = "gitbucket-notifications-plugin"
val ProjectVersion = "1.2.0"
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.17.0-SNAPSHOT")
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.17.0")

name := ProjectName
organization := Organization
Expand Down

0 comments on commit cbb74f1

Please # to comment.