From eef72b18f69e1c4eac444935621c1c75f0261698 Mon Sep 17 00:00:00 2001 From: Ricardo Amores Date: Wed, 1 Jun 2016 02:38:10 +0200 Subject: [PATCH] Bump version to v2.3.0 --- src/IniFileParser/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IniFileParser/Properties/AssemblyInfo.cs b/src/IniFileParser/Properties/AssemblyInfo.cs index 9f287fe3..10df802e 100644 --- a/src/IniFileParser/Properties/AssemblyInfo.cs +++ b/src/IniFileParser/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.2.4")] -[assembly: AssemblyFileVersion("2.2.4")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.0")] +[assembly: AssemblyFileVersion("2.3.0")] \ No newline at end of file