diff --git a/GitVersion.yml b/GitVersion.yml index 421fcad8..7596837a 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,6 +1,6 @@ mode: ContinuousDeployment increment: Patch -next-version: 0.18.0 +next-version: 0.19.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 40f0e1e2..89f4a728 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.18.0" - public static ReadOnlySpan LogLibHacVersion => "0.18.0"u8; + /// "0.19.0" + public static ReadOnlySpan LogLibHacVersion => "0.19.0"u8; /// """ public static byte LogQuote => (byte)'"'; diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index 48acac14..726b033c 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -2,7 +2,7 @@ Library - 0.18.0 + 0.19.0 net7.0 true diff --git a/src/hactoolnet/VersionInfo.cs b/src/hactoolnet/VersionInfo.cs index abd95282..9e4da821 100644 --- a/src/hactoolnet/VersionInfo.cs +++ b/src/hactoolnet/VersionInfo.cs @@ -2,7 +2,7 @@ { internal static class VersionInfo { - public static string Version => "0.18.0"; + public static string Version => "0.19.0"; public static string CommitTime => ""; public static string CommitHash => ""; } diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index 93b9312f..0726f025 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -6,7 +6,7 @@ - 0.18.0 + 0.19.0 $(MSBuildProjectDirectory)=C:/hactoolnet/