diff options
author | Luca Deri <deri@ntop.org> | 2021-06-21 21:59:15 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-06-21 21:59:15 +0200 |
commit | f19937c8c9fd4e1c21988f523d9e78b954f6fcc8 (patch) | |
tree | fd41a938db8dc0fa189ec7501787f7a80a8603f9 /.appveyor.yml | |
parent | 0cbb4b2ffa8bc3aafcc91d9526d603124d88e1a4 (diff) |
Addesses partial application matching (#1207)
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 2a899c136..8af98ed32 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 3.1.{build} +mversion: 3.1.{build} branches: only: - dev |