Skip to content

Commit

Permalink
Updated version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LegacyNsfw committed May 14, 2022
1 parent 3a35ebc commit 575654f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Apps/PcmHammer/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using J2534;
using Microsoft.Win32;
using System;
Expand Down Expand Up @@ -74,7 +74,7 @@ public partial class MainForm : MainFormBase, ILogger
///
/// If not null, use a number like "004" that matches a release branch.
/// </summary>
private const string AppVersion = null;
private const string AppVersion = "021";

/// <summary>
/// We had to move some operations to a background thread for the J2534 code as the DLL functions do not have an awaiter.
Expand Down
2 changes: 1 addition & 1 deletion Apps/PcmHammer/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>

<body>
<h1>PCM Hammer Development Release</h1>
<h1>PCM Hammer Release 021</h1>

<ol>
<li><a target="_self" href="#readfirst">Read This First</a>
Expand Down

0 comments on commit 575654f

Please sign in to comment.