Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
herminiogg committed Jan 27, 2021
1 parent 4140af9 commit 84d916e
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 @@ -2,7 +2,7 @@ organization := "es.weso"

name := "ShExML"

version := "0.2.3"
version := "0.2.5"

scalaVersion := "2.12.4"

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala-2.12/es/weso/shexml/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Main {

}

@Command(name = "ShExML", version = Array("v0.2.3"),
@Command(name = "ShExML", version = Array("v0.2.5"),
mixinStandardHelpOptions = true,
description = Array("Map and merge heterogeneous data sources with a Shape Expressions based syntax"))
class Main extends Callable[Int] {
Expand Down

0 comments on commit 84d916e

Please sign in to comment.