Skip to content

Commit

Permalink
Update version num and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
ijre committed Jul 7, 2023
1 parent 5506f75 commit 218a968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SteamCMD-GUI")]
[assembly: AssemblyCopyright("Copyright © Paige Seivertson 2022")]
[assembly: AssemblyCopyright("Copyright © Paige Seivertson 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,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("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyVersion("4.1.0.1")]
[assembly: AssemblyFileVersion("4.1.0.1")]

0 comments on commit 218a968

Please sign in to comment.