From 3e72123587e501aa4754e1f58a27a5abea817263 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 6 Jul 2024 23:32:04 +0200 Subject: [PATCH] Standard version --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 83d91e4..227cb90 100644 --- a/init.lua +++ b/init.lua @@ -1,2 +1,5 @@ +local _VERSION = '0.5.0' -return require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors') +local errors = require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors') +errors._VERSION = _VERSION +return errors