Bumping version to 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / JSON.pm
index dbb893b..dee6e02 100644 (file)
@@ -18,7 +18,7 @@ This module serializes a schema to a JSON string.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use JSON::MaybeXS 'to_json';