We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac2788 commit 058cc4eCopy full SHA for 058cc4e
build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
4
apply plugin: 'signing'
5
6
group = 'org.numenta'
7
-version = '0.6.9-SNAPSHOT'
+version = '0.6.10'
8
archivesBaseName = 'htm.java'
9
10
sourceCompatibility = 1.8
pom.xml
@@ -4,7 +4,7 @@
<groupId>org.numenta</groupId>
<artifactId>htm.java</artifactId>
- <version>0.6.9-SNAPSHOT</version>
+ <version>0.6.10</version>
<name>htm.java</name>
<description>The Java version of Numenta's HTM technology</description>
0 commit comments