diff --git a/CSharp/Library/Properties/AssemblyInfo.cs b/CSharp/Library/Properties/AssemblyInfo.cs index d84c17fe99..1552068697 100644 --- a/CSharp/Library/Properties/AssemblyInfo.cs +++ b/CSharp/Library/Properties/AssemblyInfo.cs @@ -33,8 +33,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("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] +[assembly: AssemblyFileVersion("1.2.0.1")] [assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")] [assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]