We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3097d commit 161c003Copy full SHA for 161c003
README.md
@@ -30,7 +30,8 @@ Use the following pattern to link revision data to Gerrit:
30
| v <= 3.5.x | v <= 1.3.2 |
31
| 3.5.x < v <= 4.0.0 | 2.0.0 <= v <= 2.0.1 |
32
| 4.0.1 <= v <= 4.0.2 | 2.0.5 |
33
-| 4.1.x <= v | 2.0.6 <= v |
+| 4.1.x <= v <= 4.2.0 | 2.0.6 <= v |
34
+| 4.2.x <= v | 2.0.7 <= v |
35
36
## GitExtensions Plugin Template information
37
appveyor.yml
@@ -3,7 +3,7 @@
3
#---------------------------------#
4
5
# version format
6
-version: 2.0.6.{build}
+version: 2.0.7.{build}
7
8
# version suffix, if any (e.g. '-RC1', '-beta' otherwise '')
9
environment:
0 commit comments