Skip to content

Commit cd4d630

Browse files
committed
Update revision number for release 20231101
1 parent b5e40c7 commit cd4d630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/shared/piscsi_version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
// The following should be updated for each release
1515
const int piscsi_major_version = 23; // Last two digits of year
16-
const int piscsi_minor_version = 10; // Month
17-
const int piscsi_patch_version = -1; // Patch number - increment for each update
16+
const int piscsi_minor_version = 11; // Month
17+
const int piscsi_patch_version = 1; // Patch number - increment for each update
1818

1919
using namespace std;
2020

0 commit comments

Comments
 (0)