From d086b47c5f53159c8abc046975ae0688ace00b14 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Fri, 18 Oct 2013 15:29:26 -0700 Subject: [PATCH] Increment RestSharp PATCH version --- RestSharp/SharedAssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RestSharp/SharedAssemblyInfo.cs b/RestSharp/SharedAssemblyInfo.cs index 51b117495..7ba65ad9e 100644 --- a/RestSharp/SharedAssemblyInfo.cs +++ b/RestSharp/SharedAssemblyInfo.cs @@ -30,5 +30,5 @@ class SharedAssembylInfo { - public const string Version = "104.3.0"; + public const string Version = "104.3.1"; }