We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f11b5 commit 609b28cCopy full SHA for 609b28c
BeatRecorder/Program.cs
@@ -8,7 +8,7 @@ namespace BeatRecorder;
8
9
public class Program
10
{
11
- public static string Version = "2.0-RC1";
+ public static string Version = "2.0.1";
12
13
public bool RunningPrerelease = false;
14
0 commit comments