Skip to content

Commit

Permalink
Cutoff for 9.6.4.0 release (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimon222 authored Sep 25, 2024
1 parent 6172e2b commit ca90449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WFInfo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WFInfo")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down 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("9.6.3.0")]
[assembly: AssemblyFileVersion("9.6.3.0")]
[assembly: AssemblyVersion("9.6.4.0")]
[assembly: AssemblyFileVersion("9.6.4.0")]

0 comments on commit ca90449

Please sign in to comment.