Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Feb 17, 2024
1 parent 973ae99 commit 60a5304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/shared/piscsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#include <iomanip>

// The following should be updated for each release
const int piscsi_major_version = 23; // Last two digits of year
const int piscsi_minor_version = 11; // Month
const int piscsi_patch_version = -1; // Patch number - increment for each update
const int piscsi_major_version = 24; // Last two digits of year
const int piscsi_minor_version = 2; // Month
const int piscsi_patch_version = 1; // Patch number - increment for each update

using namespace std;

Expand Down

0 comments on commit 60a5304

Please sign in to comment.