Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Dec 30, 2021
1 parent 285878c commit 8145fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.scalacOptions

organization := "com.github.marianobarrios"
name := "dregex"
version := "0.7.0-SNAPSHOT"
version := "0.7.0"
description := "Deterministic Regular Expression Engine"
homepage := Some(url("https://github.com/marianobarrios/dregex"))
licenses := Seq("BSD-style" -> url("http://www.opensource.org/licenses/bsd-license.php"))
Expand Down

0 comments on commit 8145fca

Please sign in to comment.