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 dcb6307 commit 75855dfCopy full SHA for 75855df
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 = 3;
+ public const int Patch = 4;
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.4.0]
+### Added
+- Improved changelog displaying (#2033)
+
11
## [3.17.3.0]
12
### Added
13
- Filtering the secret in the patcher logs (#2040)
0 commit comments