diff --git a/scripts/check_app_versions.py b/scripts/check_app_versions.py index d7ee40e7..c44d8c9b 100755 --- a/scripts/check_app_versions.py +++ b/scripts/check_app_versions.py @@ -8,6 +8,7 @@ apps = [{"name": "bitcoin/bitcoin", "current_version_var {"name": "lightningnetwork/lnd", "current_version_variable": "LND_VERSION"}, {"name": "lightninglabs/loop", "current_version_variable": "LOOP_VERSION"}, {"name": "lightninglabs/pool", "current_version_variable": "POOL_VERSION"}, + {"name": "lightninglabs/lightning-terminal", "current_version_variable": "LIT_VERSION"}, {"name": "romanz/electrs", "current_version": "v0.8.9"}, {"name": "mempool/mempool", "current_version_variable": "MEMPOOL_VERSION"}, {"name": "Ride-The-Lightning/RTL", "current_version_variable": "RTL_VERSION"},