We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c99779 commit f12b7f1Copy full SHA for f12b7f1
Assets/PatchKit Patcher/Scripts/Version.cs
@@ -4,7 +4,7 @@ public static class Version
4
{
5
public const int Major = 3;
6
public const int Minor = 17;
7
- public const int Patch = 7;
+ public const int Patch = 8;
8
public const int Hotfix = 0;
9
10
public static string Value
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [3.17.8.0]
+### Fixed
+- Processing patched diff files
+
11
## [3.17.7.0]
12
### Added
13
- Checking path length on Windows
0 commit comments