Skip to content

Commit

Permalink
bump to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unclearParadigm committed Jun 12, 2020
1 parent a6a9de4 commit c980046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSCARGyroExporter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace OSCARGyroExporter {
internal static class Program {
private const string Version = "v2.1";
private const string Version = "v2.2";
private static void Main(string[] args) {
Console.Title = $"OSCAR Gyro Exporter {Version}";
Console.ForegroundColor = ConsoleColor.White;
Expand Down

0 comments on commit c980046

Please sign in to comment.