From 71eca9fda5dd78e490df373a30f90e227c0f2fe4 Mon Sep 17 00:00:00 2001 From: cogmission Date: Fri, 22 Apr 2016 13:55:11 -0500 Subject: [PATCH] update --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dfcdd181..64d8d0fe 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'eclipse' apply plugin: 'signing' group = 'org.numenta' -version = '0.6.6' +version = '0.6.7-SNAPSHOT' archivesBaseName = 'htm.java' sourceCompatibility = 1.8 @@ -12,7 +12,7 @@ targetCompatibility = 1.8 jar { manifest { - attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.6' + attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.7-SNAPSHOT' } }