summaryrefslogtreecommitdiff
path: root/lib/lsg.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-07 15:32:34 +0200
committerhref <href@random.sh>2021-09-07 15:34:41 +0200
commit178cb9aa422893db3ec5cebdfc991381b8bcf1cf (patch)
treee8d0c81318d1327f5484350f083ef98d51798e2b /lib/lsg.ex
parentupdate telegram, alcolog fix (diff)
alcoolog: time migration
Diffstat (limited to '')
-rw-r--r--lib/lsg.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lsg.ex b/lib/lsg.ex
index cf1e50e..dc0f641 100644
--- a/lib/lsg.ex
+++ b/lib/lsg.ex
@@ -8,4 +8,8 @@ defmodule LSG do
Application.get_env(:lsg, :data_path)
end
+ def version do
+ Application.spec(:lsg)[:vsn]
+ end
+
end