Update revision number for release

This commit is contained in:
Tony Kuker 2022-12-23 15:08:12 -06:00
parent 754347f833
commit c7f7f55e02
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// The following should be updated for each release
const int piscsi_major_version = 22; // Last two digits of year
const int piscsi_minor_version = 12; // Month
const int piscsi_patch_version = -1; // Patch number - increment for each update
const int piscsi_patch_version = 1; // Patch number - increment for each update
using namespace std;