From 85343e616a3c11f3df77f320e2e1a894feaf6c9d Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Mon, 2 Jan 2017 22:28:26 +0000 Subject: [PATCH] bump version --- RELEASE_NOTES.md | 3 +++ src/TypeShape/AssemblyInfo.fs | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1bf4d05..dc7e697 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 2.1 +* Add Expr.unlet utility. + ### 2.0 * Add support for ShapeMember, ShapeConstructor, ShapeCliMutable, ShapePoco. * Add support for staged expressions. diff --git a/src/TypeShape/AssemblyInfo.fs b/src/TypeShape/AssemblyInfo.fs index 395e7cf..1ea1241 100644 --- a/src/TypeShape/AssemblyInfo.fs +++ b/src/TypeShape/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "TypeShape" let [] AssemblyProduct = "TypeShape" let [] AssemblyDescription = "Practical Generic Programming in F#" - let [] AssemblyVersion = "2.0" - let [] AssemblyFileVersion = "2.0" + let [] AssemblyVersion = "2.1" + let [] AssemblyFileVersion = "2.1"