We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c72e45 commit f4c584eCopy full SHA for f4c584e
1 file changed
build.py
@@ -25,8 +25,8 @@
25
# render the templates
26
template = env.get_template(page)
27
output = template.render(
28
- version="v0.4.4-beta",
29
- n_supported_devices=62,
+ version="v0.5.0-beta",
+ n_supported_devices=73,
30
)
31
32
# write to file
0 commit comments