Skip to content

Commit

Permalink
Version bump 2.16.1 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkrombauts authored Aug 7, 2017
1 parent ee0b676 commit 5f85883
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features in Experimental are subject to change and removal without being conside

This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## Unreleased
## [2.16.1] - 2017-08-07

### Fixed

Expand Down
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.16.0"
set "picklesVersion=2.16.1"

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,8 +8,8 @@
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("2.16.0")]
[assembly: AssemblyFileVersionAttribute("2.16.0")]
[assembly: AssemblyVersionAttribute("2.16.1")]
[assembly: AssemblyFileVersionAttribute("2.16.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyProduct = "Pickles";
Expand All @@ -18,7 +18,7 @@ internal static class AssemblyVersionInformation {
internal const System.String AssemblyTrademark = "";
internal const System.String AssemblyCulture = "";
internal const System.Boolean ComVisible = false;
internal const System.String AssemblyVersion = "2.16.0";
internal const System.String AssemblyFileVersion = "2.16.0";
internal const System.String AssemblyVersion = "2.16.1";
internal const System.String AssemblyFileVersion = "2.16.1";
}
}

0 comments on commit 5f85883

Please sign in to comment.