diff --git a/build.gradle b/build.gradle index 0eea52d..9ea8372 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ apply plugin: 'eclipse' sourceCompatibility = 1.8 targetCompatibility = 1.8 -//version = '0.4.3'; -version = "0.4.3.SNAPSHOT_${new Date().format("yyyyMMdd-HHmm")}"; +version = '0.5.0'; +//version = "0.5.0.SNAPSHOT_${new Date().format("yyyyMMdd-HHmm")}"; test { useTestNG()