Skip to content

Commit 8fe1639

Browse files
authored
Update const VERSION to '5.0.1';
1 parent 1e5a93a commit 8fe1639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Proxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Proxy {
1616

1717
// proxy version!
18-
const VERSION = '4.0.1';
18+
const VERSION = '5.0.1';
1919

2020
private $dispatcher;
2121

@@ -165,4 +165,4 @@ public function forward(Request $request, $url){
165165
}
166166
}
167167

168-
?>
168+
?>

0 commit comments

Comments
 (0)