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