Skip to content

Commit 2312cf0

Browse files
committed
Increment version
1 parent d04dabd commit 2312cf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int main() {
6060
auto baz {foo.lock()};
6161

6262
if (baz) {
63-
std::cout << "This is never printed\n";
63+
std::cout << "This never gets printed\n";
6464
}
6565
}
6666
```

src/cpp_shared_ref/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace sm {
44
inline constexpr unsigned int VERSION_MAJOR {0};
5-
inline constexpr unsigned int VERSION_MINOR {3};
5+
inline constexpr unsigned int VERSION_MINOR {4};
66
inline constexpr unsigned int VERSION_PATCH {0};
77
}

0 commit comments

Comments
 (0)