Skip to content

Commit 03e301c

Browse files
committed
fix version number
1 parent 57ea3ac commit 03e301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val commonSettings = Seq(
22
organization := "com.whisk",
3-
version := "0.13.0-PRE",
3+
version := "0.13.0",
44
scalaVersion := "2.13.16",
55
crossScalaVersions := Seq("2.13.16", "2.12.15", "2.11.12", "3.0.2"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),

0 commit comments

Comments
 (0)