Skip to content

Commit

Permalink
Bump version to 0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 20, 2014
1 parent 29c84b4 commit cd01aa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 0.2.22 - 20.09.2014
#### 0.2.23 - 20.09.2014
* Adding verbose mode

#### 0.2.20 - 20.09.2014
Expand Down
6 changes: 3 additions & 3 deletions src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[assembly: AssemblyTitleAttribute("Paket.Bootstrapper")]
[assembly: AssemblyProductAttribute("Paket")]
[assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub files.")]
[assembly: AssemblyVersionAttribute("0.2.22")]
[assembly: AssemblyFileVersionAttribute("0.2.22")]
[assembly: AssemblyVersionAttribute("0.2.23")]
[assembly: AssemblyFileVersionAttribute("0.2.23")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.2.22";
internal const string Version = "0.2.23";
}
}
6 changes: 3 additions & 3 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Paket")>]
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub files.")>]
[<assembly: AssemblyVersionAttribute("0.2.22")>]
[<assembly: AssemblyFileVersionAttribute("0.2.22")>]
[<assembly: AssemblyVersionAttribute("0.2.23")>]
[<assembly: AssemblyFileVersionAttribute("0.2.23")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.2.22"
let [<Literal>] Version = "0.2.23"

0 comments on commit cd01aa2

Please sign in to comment.