Skip to content

Commit

Permalink
bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Aug 22, 2016
1 parent 24607cd commit f1c170c
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 = '1.2.0-SNAPSHOT'
version = '3.0.4.1'
archivesBaseName = 'apoc'

description = """neo4j-apoc-procedures"""
Expand Down Expand Up @@ -168,4 +168,4 @@ if (System.env.TRAVIS == 'true') {
minHeapSize = '128m'
}
}
}
}

0 comments on commit f1c170c

Please sign in to comment.