Skip to content

Commit

Permalink
Release trepplein 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Mar 13, 2022
1 parent 88b699e commit c704ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ startYear := Some(2017)
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html"))
maintainer := "[email protected]"

version := "1.0"
version := "1.1"

scalaVersion := "2.13.5"

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/trepplein/main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ case class MainOpts(
}
object MainOpts {
val parser = new scopt.OptionParser[MainOpts]("trepplein") {
head("trepplein", "1.0")
head("trepplein", "1.1")
override def showUsageOnError = Some(true)

opt[Unit]('s', "sequential").action((_, c) => c.copy(parallel = false))
Expand Down

0 comments on commit c704ffe

Please sign in to comment.