diff --git a/build/build.proj b/build/build.proj index 6e45ca7..7fb3e94 100644 --- a/build/build.proj +++ b/build/build.proj @@ -33,7 +33,7 @@ 0 0 - 6 + 7 0 diff --git a/common/CommonAssemblyInfo.cs b/common/CommonAssemblyInfo.cs index d08f3ad..618abe7 100644 --- a/common/CommonAssemblyInfo.cs +++ b/common/CommonAssemblyInfo.cs @@ -28,5 +28,5 @@ // [assembly: AssemblyVersion("1.0.*")] // No need to manually update this, build process does it automatically -[assembly: AssemblyVersion("0.0.6.0")] -[assembly: AssemblyFileVersion("0.0.6.0")] +[assembly: AssemblyVersion("0.0.7.0")] +[assembly: AssemblyFileVersion("0.0.7.0")]