Skip to content

Commit 735af26

Browse files
authored
Merge pull request #2607 from dotty-staging/fix-vscode-dotty-version
vscode-dotty: fix version number in build.sbt
2 parents 29c3034 + df9553f commit 735af26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ object Build {
901901
settings(
902902
EclipseKeys.skipProject := true,
903903

904-
version := "0.0.1", // Keep in sync with package.json
904+
version := "0.1.0", // Keep in sync with package.json
905905

906906
autoScalaLibrary := false,
907907
publishArtifact := false,

0 commit comments

Comments
 (0)