Skip to content

Commit 2b509ed

Browse files
committed
Fix app version
1 parent fc711fa commit 2b509ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

7+
## [1.8.3] - 2020-12-14
8+
9+
### Fixed
10+
- Stale app version
11+
712
## [1.8.2] - 2020-12-13
813

914
### Changed
@@ -155,6 +160,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155160
### Fixed
156161
- Local file resolver in references.
157162

163+
[1.8.3]: https://github.com/swaggest/json-cli/compare/v1.8.2...v1.8.3
158164
[1.8.2]: https://github.com/swaggest/json-cli/compare/v1.8.1...v1.8.2
159165
[1.8.1]: https://github.com/swaggest/json-cli/compare/v1.8.0...v1.8.1
160166
[1.8.0]: https://github.com/swaggest/json-cli/compare/v1.7.13...v1.8.0

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class App extends Command\Application
99
{
10-
public static $ver = 'v1.8.1';
10+
public static $ver = 'v1.8.3';
1111

1212
public $diff;
1313
public $apply;

0 commit comments

Comments
 (0)