Skip to content

Commit

Permalink
Update Package.build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGeyssens authored Dec 16, 2016
1 parent 1eb32c6 commit f3eb192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BuildPackages/Package.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

<PropertyGroup>
<VersionMajor>1</VersionMajor>
<VersionMinor>6</VersionMinor>
<VersionPatch>2</VersionPatch>
<VersionMinor>7</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionSuffix></VersionSuffix>
<UmbracoVersion>7.3.0</UmbracoVersion>
</PropertyGroup>
Expand Down Expand Up @@ -192,4 +192,4 @@
<RemoveDir Directories="$(BuildNuGetDir)" Condition="Exists('$(BuildNuGetDir)')" />
</Target>

</Project>
</Project>

0 comments on commit f3eb192

Please sign in to comment.