Skip to content

Commit

Permalink
Automatic version bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Aug 2, 2023
1 parent c84d49f commit 572624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pfs/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define PFS_VER_MAJOR 0
#define PFS_VER_MINOR 6
#define PFS_VER_PATCH 0
#define PFS_VER_PATCH 1

#define PFS_VERSION \
(PFS_VER_MAJOR * 10000 + PFS_VER_MINOR * 100 + PFS_VER_PATCH)
Expand Down

0 comments on commit 572624f

Please sign in to comment.