From bb9fd1bbe9b40719f4e7647e6007d8bdbd886892 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Mon, 9 Dec 2019 19:32:52 +0000 Subject: [PATCH] mgr/telemetry: bump revision We should have done this while cherry-picking from master, but we didn't. And here we are now. It's simpler to apply this one-off patch than going back to the cherry-picking maze to adjust this one thing. Signed-off-by: Joao Eduardo Luis --- src/pybind/mgr/telemetry/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/telemetry/module.py b/src/pybind/mgr/telemetry/module.py index 00d8b68de38e7..7ac409dc9a29e 100644 --- a/src/pybind/mgr/telemetry/module.py +++ b/src/pybind/mgr/telemetry/module.py @@ -29,7 +29,7 @@ LAST_REVISION_RE_OPT_IN = 2 # Latest revision of the telemetry report. Bump this each time we make # *any* change. -REVISION = 2 +REVISION = 3 # History of revisions # -------------------- -- 2.39.5