Normalise dist version number to 1.59
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / JSON.pm
index 0ff6324..7e37194 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';
 
 use JSON::MaybeXS 'to_json';