diff options
author | href <href@random.sh> | 2021-09-07 15:32:34 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-07 15:34:41 +0200 |
commit | 178cb9aa422893db3ec5cebdfc991381b8bcf1cf (patch) | |
tree | e8d0c81318d1327f5484350f083ef98d51798e2b /lib/lsg.ex | |
parent | update telegram, alcolog fix (diff) |
alcoolog: time migration
Diffstat (limited to '')
-rw-r--r-- | lib/lsg.ex | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,4 +8,8 @@ defmodule LSG do Application.get_env(:lsg, :data_path) end + def version do + Application.spec(:lsg)[:vsn] + end + end |