We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e40c7 commit cd4d630Copy full SHA for cd4d630
cpp/shared/piscsi_version.cpp
@@ -13,8 +13,8 @@
13
14
// The following should be updated for each release
15
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
+const int piscsi_minor_version = 11; // Month
+const int piscsi_patch_version = 1; // Patch number - increment for each update
18
19
using namespace std;
20
0 commit comments