diff --git a/DiscImageChef.Helpers.csproj b/DiscImageChef.Helpers.csproj
index 038f95d8c..b20970cb1 100644
--- a/DiscImageChef.Helpers.csproj
+++ b/DiscImageChef.Helpers.csproj
@@ -9,7 +9,7 @@
Library
DiscImageChef.Helpers
DiscImageChef.Helpers
- 3.3.99.0
+ 3.4.99.0
false
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 07739d456..a10709ab0 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
@@ -17,7 +17,7 @@ using System.Runtime.CompilerServices;
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion("3.3.99.0")]
+[assembly: AssemblyVersion("3.4.99.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.