Skip to content

Commit 2ac2a83

Browse files
committed
Upgraded version to 0.8.0
1 parent f334163 commit 2ac2a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = 'h5jan-core'
3434
defaultTasks 'compileJava', 'enunciate', 'check', 'compileTestJava', 'processTestResources', 'test', 'jar'
3535

3636
ext {
37-
baseVersion = "0.7.6"
37+
baseVersion = "0.8.0"
3838
if (project.hasProperty('version')) {
3939
baseVersionNum = version
4040
}

0 commit comments

Comments
 (0)