X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FJSON.pm;h=dbb893b8e6914a59ab07b54267f743b0c27b31da;hb=752a0ffc868171987b517d88376181c3997bbba9;hp=3adb6f41033eb4470d71b826273ef71c3516f195;hpb=aa48c63f30cfe589c328ce84b0f1df7bcbb93eac;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/JSON.pm b/lib/SQL/Translator/Producer/JSON.pm index 3adb6f4..dbb893b 100644 --- a/lib/SQL/Translator/Producer/JSON.pm +++ b/lib/SQL/Translator/Producer/JSON.pm @@ -18,7 +18,7 @@ This module serializes a schema to a JSON string. use strict; use warnings; -our $VERSION = '1.60'; +our $VERSION = '1.61'; use JSON::MaybeXS 'to_json';