Skip to content

Commit 33960c7

Browse files
authored
Merge pull request #23 from WyriHaximus/update-8.2.0RC1-to-8.2.0RC2
Update 8.2.0RC1 to 8.2.0RC2
2 parents 5ffe745 + aa5192a commit 33960c7

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.2.0RC1';
6+
$versions[] = '8.2.0RC2';
77
}
88

99
$d = new DOMDocument();

0 commit comments

Comments
 (0)