From 60603b70e7a614bb8fb4b21106dc1ec49187434a Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 10 Mar 2016 13:43:10 +1100 Subject: [PATCH] version bump --- SolutionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 311d444a5d..a52961be74 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -3,11 +3,11 @@ using System.Runtime.InteropServices; [assembly: AssemblyProductAttribute("Octokit")] -[assembly: AssemblyVersionAttribute("0.18.0")] -[assembly: AssemblyFileVersionAttribute("0.18.0")] +[assembly: AssemblyVersionAttribute("0.19.0")] +[assembly: AssemblyFileVersionAttribute("0.19.0")] [assembly: ComVisibleAttribute(false)] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.18.0"; + internal const string Version = "0.19.0"; } }