Skip to content

Commit d1c7b4b

Browse files
committed
bump version
1 parent b49a2b1 commit d1c7b4b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/changelog/version_20.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

2-
## v20.0.10 - unreleased
2+
## v20.0.11 - unreleased
33

44

5+
## v20.0.10 - 2021-04-20
6+
7+
New Release, because v20.0.9 was tagged wrong
8+
59
## v20.0.9 - 2021-04-20
610

711
2 security updates

app/Mage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public static function getOpenMageVersionInfo()
229229
return array(
230230
'major' => '20',
231231
'minor' => '0',
232-
'patch' => '9',
232+
'patch' => '10',
233233
'stability' => '', // beta,alpha,rc
234234
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
235235
);

0 commit comments

Comments
 (0)