Skip to content

Commit 4130806

Browse files
author
Luke Embrey
committed
Update Polyel to 0.8.2 for new release
1 parent e972530 commit 4130806

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bootstrap.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
// Generated using https://www.ascii-art-generator.org/
44
echo "
5-
_____ _ _ ___ ___ __
6-
| __ \ | | | | / _ \ / _ \/_ |
7-
| |__) |__ | |_ _ ___| | __ _| | | | (_) || |
8-
| ___/ _ \| | | | |/ _ \ | \ \ / / | | |> _ < | |
9-
| | | (_) | | |_| | __/ | \ V /| |_| | (_) || |
10-
|_| \___/|_|\__, |\___|_| \_/ \___(_)___(_)_|
11-
__/ |
12-
|___/
5+
_____ _ _ ___ ___ ___
6+
| __ \ | | | | / _ \ / _ \ |__ \
7+
| |__) |__ | |_ _ ___| | __ _| | | | (_) | ) |
8+
| ___/ _ \| | | | |/ _ \ | \ \ / / | | |> _ < / /
9+
| | | (_) | | |_| | __/ | \ V /| |_| | (_) | / /_
10+
|_| \___/|_|\__, |\___|_| \_/ \___(_)___(_)____|
11+
__/ |
12+
|___/
1313
1414
";
1515

src/Polyel.class.php

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

55
class Polyel
66
{
7-
private const version = '0.8.1';
7+
private const version = '0.8.2';
88

99
// Used to access the HTTP server object
1010
private static $server;

0 commit comments

Comments
 (0)