Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Burkhardt committed Nov 21, 2016
1 parent 1b1edc0 commit 16bda5f
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 @@ -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()
Expand Down

0 comments on commit 16bda5f

Please sign in to comment.