From 4705c0f13df9fb2c43bc4cce480e613c535f7c30 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 14 Jun 2016 10:30:13 +1000 Subject: [PATCH] version bump --- SolutionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SolutionInfo.cs b/SolutionInfo.cs index a52961be74..f129f00cfe 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -3,11 +3,11 @@ using System.Runtime.InteropServices; [assembly: AssemblyProductAttribute("Octokit")] -[assembly: AssemblyVersionAttribute("0.19.0")] -[assembly: AssemblyFileVersionAttribute("0.19.0")] +[assembly: AssemblyVersionAttribute("0.20.0")] +[assembly: AssemblyFileVersionAttribute("0.20.0")] [assembly: ComVisibleAttribute(false)] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.19.0"; + internal const string Version = "0.20.0"; } }