From 48f0273a767b6faebc9618ce41165a29ce6b1f20 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Thu, 25 Aug 2022 17:04:23 +0200 Subject: [PATCH] [add] module version --- controllers/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/main.py b/controllers/main.py index de325bd..3b56d44 100644 --- a/controllers/main.py +++ b/controllers/main.py @@ -30,6 +30,7 @@ class ReleaseAgent(http.Controller): lambda m: { "name": m.name, "author": m.author, + "latest_version": m.latest_version, "author_type": self.get_author_type(m), } ) -- GitLab