Skip to content

Commit

Permalink
Project version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolimar committed Oct 31, 2017
1 parent c8933c7 commit d39f25a
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
@@ -1,6 +1,6 @@
name := "ksql-jdbc-driver"

version := "0.1-SNAPSHOT"
version := "0.1.0"

initialize := {
assert(Integer.parseInt(sys.props("java.specification.version").split("\\.")(1)) >= 7, "Java 7 or above required")
Expand Down

0 comments on commit d39f25a

Please sign in to comment.