Skip to content

Commit 6d89bb2

Browse files
committed
chore: update version number for new release
1 parent 7e574b8 commit 6d89bb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ParquetFileViewer/Properties/AssemblyInfo.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
34+
[assembly: AssemblyVersion("2.1.*")]
35+
[assembly: AssemblyFileVersion("2.1.0.0")]

0 commit comments

Comments
 (0)