From 692cdb54f27cb68720c3a49b4ed4ae3d164bf19b Mon Sep 17 00:00:00 2001 From: 13xforever Date: Mon, 17 Feb 2020 16:52:22 +0500 Subject: [PATCH] bump version for release --- Ps3DiscDumper/Dumper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ps3DiscDumper/Dumper.cs b/Ps3DiscDumper/Dumper.cs index 9689928..e86c3de 100644 --- a/Ps3DiscDumper/Dumper.cs +++ b/Ps3DiscDumper/Dumper.cs @@ -21,7 +21,7 @@ namespace Ps3DiscDumper { public class Dumper: IDisposable { - public const string Version = "3.0.5 beta 4"; + public const string Version = "3.0.5"; private static readonly HashSet InvalidChars = new HashSet(Path.GetInvalidFileNameChars()); private static readonly char[] MultilineSplit = {'\r', '\n'};