diff options
author | steckbrief <steckbrief@chefmail.de> | 2018-10-17 22:10:42 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2018-10-17 22:10:42 +0200 |
commit | 3973a5f737ff92ba2accba0679f7df6397d630e4 (patch) | |
tree | 92340cb944187b7b96d96ec95b112e6a8ebbe38c /storage-backend/lib/version.inc.php | |
parent | bc439cd988dd308a64d0111f766716d54d3648d5 (diff) |
adds API method to get spec and implementation version of the storage backend
Diffstat (limited to 'storage-backend/lib/version.inc.php')
-rw-r--r-- | storage-backend/lib/version.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage-backend/lib/version.inc.php b/storage-backend/lib/version.inc.php new file mode 100644 index 0000000..f4e6dcd --- /dev/null +++ b/storage-backend/lib/version.inc.php @@ -0,0 +1,5 @@ +<?php +return [ + 'spec' => '0.3', + 'impl' => '0.3-dev' +];
\ No newline at end of file |