Skip to content

Commit 4b9aef8

Browse files
committed
(rel) 1.0.1
1 parent 18c3941 commit 4b9aef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipetap-shared/include/pipetap/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace pipetap
99
// bump here in one place:
1010
inline constexpr uint16_t kVerMajor = 1;
1111
inline constexpr uint16_t kVerMinor = 0;
12-
inline constexpr uint16_t kVerPatch = 0;
12+
inline constexpr uint16_t kVerPatch = 1;
1313

1414
struct Version
1515
{

0 commit comments

Comments
 (0)