We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334163 commit 2ac2a83Copy full SHA for 2ac2a83
build.gradle
@@ -34,7 +34,7 @@ description = 'h5jan-core'
34
defaultTasks 'compileJava', 'enunciate', 'check', 'compileTestJava', 'processTestResources', 'test', 'jar'
35
36
ext {
37
- baseVersion = "0.7.6"
+ baseVersion = "0.8.0"
38
if (project.hasProperty('version')) {
39
baseVersionNum = version
40
}
0 commit comments