Skip to content

Commit

Permalink
Bumped version to 7.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupersonic16 committed Mar 31, 2021
1 parent dbc5c6a commit e17de33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HedgeModManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.3.0.0")]
[assembly: AssemblyFileVersion("7.3.0.0")]
[assembly: AssemblyVersion("7.3.0.1")]
[assembly: AssemblyFileVersion("7.3.0.1")]
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: '7.0-dev_r{build}'
version: '7.3-dev_r{build}'

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "7.0.0.{build}"
assembly_file_version: "7.0.0.{build}"
assembly_version: "7.3.0.{build}"
assembly_file_version: "7.3.0.{build}"
assembly_informational_version: "{version}"

environment:
Expand Down

0 comments on commit e17de33

Please sign in to comment.