Skip to content

Commit 9bd8a03

Browse files
authored
Merge pull request #66 from lekhmanrus/fix-compatibility-version-matrix
Fix Compatibility Version Matrix
2 parents f63ff75 + 6d24fda commit 9bd8a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Use the following pattern to link revision data to Gerrit:
2929
|--------------------|---------------------|
3030
| v <= 3.5.x | v <= 1.3.2 |
3131
| 3.5.x < v <= 4.0.0 | 2.0.0 <= v <= 2.0.1 |
32-
| 4.0.1 <= v | 2.0.2 <= v |
32+
| 4.0.1 <= v < 4.1.0 | v2.0.2 |
33+
| 4.1.0 <= v | 2.0.3 <= v |
3334

3435
## GitExtensions Plugin Template infomration
3536

0 commit comments

Comments
 (0)