Skip to content

Commit

Permalink
Release APOC 3.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Mar 10, 2017
1 parent 1bb342b commit b1c0faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.1.0.4-SNAPSHOT'
version = '3.1.0.4'
archivesBaseName = 'apoc'

description = """neo4j-apoc-procedures"""
Expand Down Expand Up @@ -199,4 +199,4 @@ if (System.env.TRAVIS == 'true') {
task copyRuntimeLibs(type: Copy) {
into "lib"
from configurations.testRuntime
}
}

0 comments on commit b1c0faa

Please sign in to comment.