solution: start development of v0.5

This commit is contained in:
Igor Artamonov
2019-09-13 14:14:53 -04:00
parent 0f503f5c2c
commit 6f05518d8a
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ plugins {
group = 'io.emeraldpay.dshackle'
version = '0.4'
version = '0.5-SNAPSHOT'
targetCompatibility = '1.8'
sourceCompatibility = '1.8'

View File

@@ -15,7 +15,7 @@ springVersion=5.1.4.RELEASE
reactorVersion=3.2.9.RELEASE
# Our Libs
etherjarVersion=0.8.0
etherjarVersion=0.9.0-SNAPSHOT
# Testing
spockVersion=1.2-groovy-2.5