diff --git a/README.md b/README.md index 4cc24c9..6f57b39 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ to the expected behavior. ## Release Notes -### v1.0.6 (wip) +### [v1.0.6]((https://github.com/gulrak/filesystem/releases/tag/v1.0.6) * Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed. diff --git a/filesystem.h b/filesystem.h index b430a8c..29650be 100644 --- a/filesystem.h +++ b/filesystem.h @@ -104,7 +104,7 @@ #define LWG_2937_BEHAVIOUR // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10005L +#define GHC_FILESYSTEM_VERSION 10006L namespace ghc { namespace filesystem {