Skip to content

Commit 67d6888

Browse files
committed
Fix plugin version
1 parent d4b46ab commit 67d6888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-emoji-plugin"
3-
val ProjectVersion = "1.1.0"
3+
val ProjectVersion = "4.5.0-SNAPSHOT"
44
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.16.0")
55

66
organization := Organization

0 commit comments

Comments
 (0)