Skip to content

Commit

Permalink
Version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
herminiogg committed Nov 24, 2021
1 parent ebe9465 commit 4bc8bd6
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.6"
version := "0.2.7"

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.6"),
@Command(name = "ShExML", version = Array("v0.2.7"),
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 4bc8bd6

Please sign in to comment.