Skip to content

Commit cc02c13

Browse files
committed
Use a three-part version number
Some tools assume version numbers are in three parts.
1 parent cd954bb commit cc02c13

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
@@ -3,7 +3,7 @@ lazy val root = project
33
.settings(
44
name := "dotty-example-project",
55
description := "Example sbt project that compiles using Dotty",
6-
version := "0.1",
6+
version := "0.1.0",
77

88
scalaVersion := "0.9.0-RC1"
99
)

0 commit comments

Comments
 (0)