Skip to content

Commit

Permalink
fix for issue #24.
Browse files Browse the repository at this point in the history
  • Loading branch information
yermak committed Aug 2, 2019
1 parent 26e99ce commit 1c3c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/uk/yermak/audiobookconverter/Version.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package uk.yermak.audiobookconverter
object Version {
val MAJOR = 3
val MINOR = 2
val BUILD = 0
val BUILD = 1

def getVersionString: String = { //TODO add load version from the build number.
"AudioBookConverter " + MAJOR + "." + MINOR + (if (BUILD != 0) "." + BUILD
Expand Down

0 comments on commit 1c3c0fa

Please sign in to comment.