Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
bumped up lib version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Aug 12, 2016
1 parent 5cb445b commit 4e305bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### 0.6.0
### 0.6.1
8 changes: 4 additions & 4 deletions Lib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[assembly: AssemblyTitleAttribute("Gauge.CSharp.Lib")]
[assembly: GuidAttribute("21677428-1b2a-4a9b-9865-f72209fb8f1c")]
[assembly: AssemblyDescriptionAttribute("C# support for Gauge. http://getgauge.io")]
[assembly: AssemblyVersionAttribute("0.6.0")]
[assembly: AssemblyFileVersionAttribute("0.6.0")]
[assembly: AssemblyVersionAttribute("0.6.1")]
[assembly: AssemblyFileVersionAttribute("0.6.1")]
[assembly: AssemblyConfigurationAttribute("")]
[assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")]
[assembly: AssemblyProductAttribute("Gauge.CSharp.Core")]
Expand All @@ -16,7 +16,7 @@
[assembly: ComVisibleAttribute(true)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.6.0";
internal const string InformationalVersion = "0.6.0";
internal const string Version = "0.6.1";
internal const string InformationalVersion = "0.6.1";
}
}

0 comments on commit 4e305bc

Please sign in to comment.