From 6b56a1b39420d2ecbdb6a07da97be3e407d68dc2 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Fri, 1 Nov 2013 09:57:19 -0700 Subject: [PATCH] Update version to 104.4 This includes a feature that allows specifying whether or not to use default authentication. --- RestSharp/SharedAssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RestSharp/SharedAssemblyInfo.cs b/RestSharp/SharedAssemblyInfo.cs index 9afbe11c7..fe4183df7 100644 --- a/RestSharp/SharedAssemblyInfo.cs +++ b/RestSharp/SharedAssemblyInfo.cs @@ -30,5 +30,5 @@ class SharedAssembylInfo { - public const string Version = "104.3.3"; + public const string Version = "104.4.0"; }