Skip to content

Commit

Permalink
Update version for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Kuker committed Feb 11, 2023
1 parent caf004b commit 76e5b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/shared/piscsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

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

using namespace std;

Expand Down

0 comments on commit 76e5b81

Please sign in to comment.