diff --git a/GitVersion.yml b/GitVersion.yml
index 7596837a..7bc0b8b7 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,6 +1,6 @@
mode: ContinuousDeployment
increment: Patch
-next-version: 0.19.0
+next-version: 0.20.0
commit-date-format: yyyy-MM-dd HH:mm:ss
branches:
master:
diff --git a/src/LibHac/Fs/AccessLog.cs b/src/LibHac/Fs/AccessLog.cs
index 038ea900..c7cb5846 100644
--- a/src/LibHac/Fs/AccessLog.cs
+++ b/src/LibHac/Fs/AccessLog.cs
@@ -831,8 +831,8 @@ namespace LibHac.Fs.Impl
/// "$fs"
public static ReadOnlySpan FsModuleName => "$fs"u8;
- /// "0.19.0"
- public static ReadOnlySpan LogLibHacVersion => "0.19.0"u8;
+ /// "0.20.0"
+ public static ReadOnlySpan LogLibHacVersion => "0.20.0"u8;
/// """
public static byte LogQuote => (byte)'"';
diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj
index 6d5c539b..c153c866 100644
--- a/src/LibHac/LibHac.csproj
+++ b/src/LibHac/LibHac.csproj
@@ -2,7 +2,7 @@
Library
- 0.19.0
+ 0.20.0
net8.0
true
diff --git a/src/hactoolnet/VersionInfo.cs b/src/hactoolnet/VersionInfo.cs
index 9e4da821..b7cdc019 100644
--- a/src/hactoolnet/VersionInfo.cs
+++ b/src/hactoolnet/VersionInfo.cs
@@ -2,7 +2,7 @@
{
internal static class VersionInfo
{
- public static string Version => "0.19.0";
+ public static string Version => "0.20.0";
public static string CommitTime => "";
public static string CommitHash => "";
}
diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj
index 1019045e..5f4413d7 100644
--- a/src/hactoolnet/hactoolnet.csproj
+++ b/src/hactoolnet/hactoolnet.csproj
@@ -6,7 +6,7 @@
- 0.19.0
+ 0.20.0
$(MSBuildProjectDirectory)=C:/hactoolnet/