summaryrefslogtreecommitdiff
path: root/lib/TUWF/DB.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
committerYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
commit331ceb1fe4b4f950a3e561d9a760abb4744e32f4 (patch)
treea652e5df6486775708e6e6cdcdb264f2f7c68420 /lib/TUWF/DB.pm
parentf2e445b2ebce05b544c0682219e3f42db97ea94f (diff)
Year + Version bump for 1.2v1.2
Diffstat (limited to 'lib/TUWF/DB.pm')
-rw-r--r--lib/TUWF/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/DB.pm b/lib/TUWF/DB.pm
index aae8e41..d50774f 100644
--- a/lib/TUWF/DB.pm
+++ b/lib/TUWF/DB.pm
@@ -7,7 +7,7 @@ use Carp 'croak';
use Exporter 'import';
use Time::HiRes 'time';
-our $VERSION = '1.1';
+our $VERSION = '1.2';
our @EXPORT = qw|
dbInit dbh dbCheck dbDisconnect dbCommit dbRollBack
dbExec dbVal dbRow dbAll dbPage