Skip to content

Commit f2800b1

Browse files
committedNov 24, 2021
Version bump to 0.4.5
1 parent c2f9d81 commit f2800b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/pfs/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#define PFS_VER_MAJOR 0
2121
#define PFS_VER_MINOR 4
22-
#define PFS_VER_PATCH 4
22+
#define PFS_VER_PATCH 5
2323

2424
#define PFS_VERSION \
2525
(PFS_VER_MAJOR * 10000 + PFS_VER_MINOR * 100 + PFS_VER_PATCH)

0 commit comments

Comments
 (0)
Please sign in to comment.