Skip to content

Commit

Permalink
Update version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 1, 2024
1 parent e45117d commit adfe0e4
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 @@ -13,8 +13,8 @@

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

using namespace std;

Expand Down

0 comments on commit adfe0e4

Please sign in to comment.