Skip to content

Commit

Permalink
Version bump (2.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed May 11, 2016
1 parent 0afbad3 commit 6f2ea80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=2.6.1"
set "picklesVersion=2.6.2"

cls

Expand Down
8 changes: 4 additions & 4 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("2.6.1")]
[assembly: AssemblyFileVersionAttribute("2.6.1")]
[assembly: AssemblyVersionAttribute("2.6.2")]
[assembly: AssemblyFileVersionAttribute("2.6.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "2.6.1";
internal const string InformationalVersion = "2.6.1";
internal const string Version = "2.6.2";
internal const string InformationalVersion = "2.6.2";
}
}

0 comments on commit 6f2ea80

Please sign in to comment.