We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c3941 commit 4b9aef8Copy full SHA for 4b9aef8
1 file changed
pipetap-shared/include/pipetap/version.h
@@ -9,7 +9,7 @@ namespace pipetap
9
// bump here in one place:
10
inline constexpr uint16_t kVerMajor = 1;
11
inline constexpr uint16_t kVerMinor = 0;
12
- inline constexpr uint16_t kVerPatch = 0;
+ inline constexpr uint16_t kVerPatch = 1;
13
14
struct Version
15
{
0 commit comments