Skip to content

Commit 73613eb

Browse files
committed
Bump up version to v0.1.5
1 parent 381c9d9 commit 73613eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.5
2+
* Fix multithreading bugs
3+
14
## 0.1.4
25
* Second attempt to fix deployment error
36

include/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace VERSION {
22
const int MAJOR = 0;
33
const int MINOR = 1;
4-
const int PATCH = 4;
4+
const int PATCH = 5;
55
}

0 commit comments

Comments
 (0)