Skip to content

Commit dfac27f

Browse files
committed
Bump version number to 1.5.0
1 parent 0c68bbb commit dfac27f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.x.0 (25/08/2023)
1+
v1.5.0 (06/12/2023)
22
======
33

44
Features:

src/fast++.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define FASTPP_GIT_HASH ""
66
#endif
77

8-
const char* fastpp_version = "1.4.0";
8+
const char* fastpp_version = "1.5.0";
99
const char* fastpp_git_hash = FASTPP_GIT_HASH;
1010

1111
const constexpr uint_t grid_id::z;

0 commit comments

Comments
 (0)