Skip to content

Commit f87498e

Browse files
committed
typo
1 parent 24e00b5 commit f87498e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Task("GitVersion")
2929
var gitVersion = GitVersion();
3030
version += $"-preview{gitVersion.BuildMetaData}";
3131

32-
Information($"Version: {Version}");
32+
Information($"Version: {version}");
3333
});
3434

3535
Task("Clean")

0 commit comments

Comments
 (0)