Skip to content

Commit cf16ec7

Browse files
committed
Fix missed version, antlr#2987 (review)
1 parent 84d8348 commit cf16ec7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/CSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
* can be found in the LICENSE.txt file in the project root.
44
*/
55
using System;
6+
using System.Reflection;
67

78
[assembly: CLSCompliant(true)]
9+
[assembly: AssemblyVersion("4.9.1")]

0 commit comments

Comments
 (0)