aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Sorokin <me@ch1p.io>2024-04-03 03:54:42 +0300
committerEvgeny Sorokin <me@ch1p.io>2024-04-03 03:54:42 +0300
commit962dcdb554183cd5e1052ee700263403940268d9 (patch)
treea9a60f3753d2056168a8a8617ffc102113c0e53b
parentfd490233674a38f3f0c51ce656f4e6cfeb309f01 (diff)
web_kbn: increment static version
-rwxr-xr-xbin/web_kbn.py2
1 files changed, 1 insertions, 1 deletions
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
}