Skip to content

Commit

Permalink
Automatic version bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Nov 4, 2022
1 parent 1f0c5f8 commit 5e7d151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pfs/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#define PFS_VERSION_HPP

#define PFS_VER_MAJOR 0
#define PFS_VER_MINOR 4
#define PFS_VER_PATCH 5
#define PFS_VER_MINOR 6
#define PFS_VER_PATCH 0

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

0 comments on commit 5e7d151

Please sign in to comment.