Skip to content

Commit f12b7f1

Browse files
committed
Update version and changelog
1 parent 3c99779 commit f12b7f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Assets/PatchKit Patcher/Scripts/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class Version
44
{
55
public const int Major = 3;
66
public const int Minor = 17;
7-
public const int Patch = 7;
7+
public const int Patch = 8;
88
public const int Hotfix = 0;
99

1010
public static string Value

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [3.17.8.0]
8+
### Fixed
9+
- Processing patched diff files
10+
711
## [3.17.7.0]
812
### Added
913
- Checking path length on Windows

0 commit comments

Comments
 (0)