diff --git a/GitVersion.yml b/GitVersion.yml
index fc9575a9..421fcad8 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,6 +1,6 @@
mode: ContinuousDeployment
increment: Patch
-next-version: 0.17.0
+next-version: 0.18.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 cd565514..40f0e1e2 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.17.0"
- public static ReadOnlySpan LogLibHacVersion => "0.17.0"u8;
+ /// "0.18.0"
+ public static ReadOnlySpan LogLibHacVersion => "0.18.0"u8;
/// """
public static byte LogQuote => (byte)'"';
diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj
index 640230e3..48acac14 100644
--- a/src/LibHac/LibHac.csproj
+++ b/src/LibHac/LibHac.csproj
@@ -2,7 +2,7 @@
Library
- 0.17.0
+ 0.18.0
net7.0
true
diff --git a/src/hactoolnet/VersionInfo.cs b/src/hactoolnet/VersionInfo.cs
index f5fdbac5..abd95282 100644
--- a/src/hactoolnet/VersionInfo.cs
+++ b/src/hactoolnet/VersionInfo.cs
@@ -2,7 +2,7 @@
{
internal static class VersionInfo
{
- public static string Version => "0.17.0";
+ public static string Version => "0.18.0";
public static string CommitTime => "";
public static string CommitHash => "";
}
diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj
index dc1c9048..93b9312f 100644
--- a/src/hactoolnet/hactoolnet.csproj
+++ b/src/hactoolnet/hactoolnet.csproj
@@ -6,7 +6,7 @@
- 0.17.0
+ 0.18.0
$(MSBuildProjectDirectory)=C:/hactoolnet/