Skip to content

Commit 5e7d151

Browse files
committedNov 4, 2022
Automatic version bump to v0.6.0
1 parent 1f0c5f8 commit 5e7d151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎include/pfs/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#define PFS_VERSION_HPP
1919

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

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

0 commit comments

Comments
 (0)