From 9c7936c450a9f912053c56fbee4d547aa0140e78 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 17 Jun 2015 10:50:49 +0930 Subject: [PATCH] version bump --- SolutionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SolutionInfo.cs b/SolutionInfo.cs index c65acd080a..917c487f97 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -3,11 +3,11 @@ using System.Runtime.InteropServices; [assembly: AssemblyProductAttribute("Octokit")] -[assembly: AssemblyVersionAttribute("0.12.0")] -[assembly: AssemblyFileVersionAttribute("0.12.0")] +[assembly: AssemblyVersionAttribute("0.13.0")] +[assembly: AssemblyFileVersionAttribute("0.13.0")] [assembly: ComVisibleAttribute(false)] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.12.0"; + internal const string Version = "0.13.0"; } }