Skip to content

Commit 32da47c

Browse files
authored
Update RubberduckBaseProject.csproj
1 parent c8057ec commit 32da47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckBaseProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Ignore VisualStudio whining about the CodeAnalysis assembly changing (IDE1001) -->
2121
<DisabledWarnings>$(DisabledWarnings);4011;1001;1591</DisabledWarnings>
2222
<!-- Declare a Version if it's not already declared as a global property through MSBuild invocation -->
23-
<Version Condition=" '$(Version)' == '' ">2.5.9</Version>
23+
<Version Condition=" '$(Version)' == '' ">2.5.9.1</Version>
2424
<!-- all other relevant version numbers are computed from Version automagically -->
2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)