diff --git a/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp b/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp index f600e22..ac5af8d 100644 --- a/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp +++ b/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp @@ -31,9 +31,9 @@ using namespace System::Security::Permissions; // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersionAttribute("2.0.1")] -[assembly: AssemblyFileVersionAttribute("2.0.1")] -[assembly: AssemblyInformationalVersionAttribute("2.0.1")] +[assembly: AssemblyVersionAttribute("2.1.0")] +[assembly: AssemblyFileVersionAttribute("2.1.0")] +[assembly: AssemblyInformationalVersionAttribute("2.1.0")] [assembly:ComVisible(false)];