Skip to content

Commit 5f511eb

Browse files
authored
Merge pull request #16 from WyriHaximus/8.1.0RC5-to-8.1.0RC6
8.1.0RC5 => 8.1.0RC6
2 parents 6b0b308 + b4f9d72 commit 5f511eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$versions = [];
44

55
if (getenv('INPUT_UPCOMINGRELEASES') == 'true') {
6-
$versions[] = '8.1.0RC5';
6+
$versions[] = '8.1.0RC6';
77
}
88

99
$d = new DOMDocument();

0 commit comments

Comments
 (0)