Skip to content

Commit 7b4bb20

Browse files
Fix version in csproj
1 parent 4bd6d54 commit 7b4bb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vv/vv.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<Version>0.1.0</Version>
5+
<Version>0.1.1</Version>
66

77
<SelfContained>true</SelfContained>
88
<PublishSingleFile>true</PublishSingleFile>
@@ -38,4 +38,4 @@
3838
<InternalsVisibleTo Include="vv.tests"/>
3939
</ItemGroup>
4040

41-
</Project>
41+
</Project>

0 commit comments

Comments
 (0)