Skip to content

Commit 8b0789b

Browse files
committed
Minor Deploy Test
1 parent 51bffee commit 8b0789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ComponentViewer.Docs/Shared/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
get
180180
{
181181
var v = typeof(MudAnimate).Assembly.GetName().Version;
182-
return $"v{v.Major}.{v.Minor}.{v.Build}";
182+
return $"v {v.Major}.{v.Minor}.{v.Build}";
183183
}
184184
}
185185
}

0 commit comments

Comments
 (0)