Skip to content

Commit

Permalink
Merge pull request kafka4beam#7 from kafka4beam/fix-appup-vns-match-p…
Browse files Browse the repository at this point in the history
…attern

fix: vsn regexp match pattern in appup
  • Loading branch information
zmstone authored Nov 1, 2021
2 parents dd5564a + b520996 commit 8950700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wolff.appup.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*-: erlang -*-
{"1.5.2",
[
{<<"1\\.5\\.*">>,
{<<"1\\.5\\..+">>,
[ {load_module, wolff, brutal_purge, soft_purge, []}
, {load_module, wolff_producer, brutal_purge, soft_purge, []}
, {load_module, wolff_producers, brutal_purge, soft_purge, []}
Expand All @@ -11,7 +11,7 @@
}
],
[
{<<"1\\.5\\.*">>,
{<<"1\\.5\\..+">>,
[ %% no downgrade support, and there is no point downgrading
]
}
Expand Down

0 comments on commit 8950700

Please sign in to comment.