// You can specify all the values or you can default the Build and Revision Numbers\r
// by using the '*' as shown below:\r
// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.6.0.*")]\r
-[assembly: AssemblyFileVersion("0.6.0.*")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.7.0.*")]\r
+[assembly: AssemblyFileVersion("0.7.0.*")]
{
"name": "thrift",
"description": "node-thrift",
- "version": "0.6.0",
+ "version": "0.7.0-dev",
"author": "Apache Thrift",
"directories" : { "lib" : "./lib/thrift" },
"main": "./lib/thrift",
# under the License.
#
-our $VERSION = '0.6.0-dev';
+our $VERSION = '0.7.0-dev';
require 5.6.0;
use strict;