Skip to content

Commit

Permalink
Release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Mar 16, 2019
1 parent 1dd0455 commit e8218fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ to the expected behavior.
## Release Notes
### v1.0.8 (wip)
### [v1.0.8](https://github.com/gulrak/filesystem/releases/tag/v1.0.8)
* Bugfix for ([#6](https://github.com/gulrak/filesystem/issues/6)), where
`ghc::filesystem::remove()` and `ghc::filesystem::remove_all()` both are
Expand Down
2 changes: 1 addition & 1 deletion filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
#define LWG_2937_BEHAVIOUR

// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10007L
#define GHC_FILESYSTEM_VERSION 10008L

namespace ghc {
namespace filesystem {
Expand Down

0 comments on commit e8218fe

Please sign in to comment.