Skip to content

Commit

Permalink
Fix rpm revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 29, 2018
1 parent 3a9e478 commit aff529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version in Rpm := {
}
rpmRelease := {
version.value match {
case stableVersion(_, _) => version.value
case stableVersion(_, v2) => v2
case betaVersion(v1, v2) => "0.1RC" + v2
case _ => sys.error("Invalid version: " + version.value)
}
Expand Down

0 comments on commit aff529f

Please sign in to comment.