Fix missed version, https://github.com/antlr/antlr4/pull/2987#pullrequestreview-575417430
This commit is contained in:
parent
84d8348dc1
commit
cf16ec791e
|
@ -3,5 +3,7 @@
|
|||
* can be found in the LICENSE.txt file in the project root.
|
||||
*/
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: AssemblyVersion("4.9.1")]
|
Loading…
Reference in New Issue