summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-04 20:43:46 -0800
committerFuwn <[email protected]>2025-06-09 00:43:15 -0700
commit01a29a08d05791c76d5cce31b862c90259172af6 (patch)
tree863b1bf6d5e0125d2ae9763ec7542c6de0164992
parentfeat(src): meta (diff)
downloaddocumentation-01a29a08d05791c76d5cce31b862c90259172af6.tar.xz
documentation-01a29a08d05791c76d5cce31b862c90259172af6.zip
feat(config): add version
-rw-r--r--config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.py b/config.py
index 4385f9c..a1464d8 100644
--- a/config.py
+++ b/config.py
@@ -11,3 +11,5 @@ title = "Divina"
# Site tagline.
tagline = "🎀 A modern build system for assembly"
+
+version = "Version 0.1.0"