Skip to content

Commit e6fc03a

Browse files
committed
Bump to version 5.0.3
1 parent 8b5cea6 commit e6fc03a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.3
4+
5+
* [CHANGED] Ensure version in Pusher.php is bumped on release.
6+
37
## 5.0.2
48

59
* [CHANGED] Add release automation actions.

src/Pusher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface, PusherInterface
1414
/**
1515
* @var string Version
1616
*/
17-
public static $VERSION = '5.0.1';
17+
public static $VERSION = '5.0.3';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)