Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 9cec2fe

Browse files
authored
Merge pull request #40 from PhpSlides/dev
Update Application.php
2 parents d97aca0 + 975f819 commit 9cec2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Application extends Controller implements ApplicationInterface
3131
/**
3232
* The version of the PhpSlides application.
3333
*/
34-
public const PHPSLIDES_VERSION = '1.3.9';
34+
public const PHPSLIDES_VERSION = '1.3.10';
3535

3636
/**
3737
* @var string $REMOTE_ADDR The remote address of the client making the request.

0 commit comments

Comments
 (0)