From 962dcdb554183cd5e1052ee700263403940268d9 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Wed, 3 Apr 2024 03:54:42 +0300 Subject: web_kbn: increment static version --- bin/web_kbn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/web_kbn.py b/bin/web_kbn.py index cb79917..8226b40 100755 --- a/bin/web_kbn.py +++ b/bin/web_kbn.py @@ -44,7 +44,7 @@ common_static_files = { '+bootstrap.min.css': 1, '+bootstrap.bundle.min.js': 1, '+polyfills.js': 1, - '+app.js': 7, + '+app.js': 8, '+app.css': 6, 'hls.js': 1 } -- cgit v1.2.3