diff --git a/Countdown/Properties/AssemblyInfo.cs b/Countdown/Properties/AssemblyInfo.cs index 2221e97..c8e9a86 100644 --- a/Countdown/Properties/AssemblyInfo.cs +++ b/Countdown/Properties/AssemblyInfo.cs @@ -52,8 +52,8 @@ // 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("3.2.*")] -[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.3.*")] +[assembly: AssemblyFileVersion("3.3.0.0")] // make internal types visible to unit test project [assembly: InternalsVisibleTo("Countdown.UnitTests")]