Skip to content

Commit

Permalink
Add --version command
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Apr 28, 2021
1 parent b777583 commit 9764ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/kubukoz/next/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Choice {

}

object Main extends CommandIOApp(name = "spotify-next", header = "spotify-next: Gather great music.") {
object Main extends CommandIOApp(name = "spotify-next", header = "spotify-next: Gather great music.", version = BuildInfo.version) {

import Program._

Expand Down

0 comments on commit 9764ecf

Please sign in to comment.