diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dcad3e98..590a8b4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -141,3 +141,6 @@ #### 0.9.24 - May 19 2015 * Fixed bug related to new &&&&& (always) operator [Issue #195](https://github.com/lefthandedgoat/canopy/issues/195) + +#### 0.9.25 - June 1 2015 +* Fixed bug where after wouldn't run following a failed test [Issue #197](https://github.com/lefthandedgoat/canopy/issues/197) diff --git a/src/canopy/AssemblyInfo.fs b/src/canopy/AssemblyInfo.fs index e45f2d32..ddf67cf0 100644 --- a/src/canopy/AssemblyInfo.fs +++ b/src/canopy/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.9.24" + let [] Version = "0.9.25"