Skip to content

Commit

Permalink
Update version in CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Jun 9, 2020
1 parent 87583ec commit bbd8588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object ParameterUtil {
val parser = new scopt.OptionParser[ParameterConfig]("RMLStreamer") {
override def showUsageOnError = true

head("RMLStreamer", "1.2.4-SNAPSHOT")
head("RMLStreamer", "2.0.0")

opt[String]('j', "job-name").valueName("<job name>")
.optional()
Expand Down

0 comments on commit bbd8588

Please sign in to comment.