Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Turov committed Jan 28, 2022
1 parent 88026cb commit 50b1646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.hyperskill'
version '8.3'
version '9'

sourceCompatibility = 11

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static String getReport() {
+ "OS " + os + "\n"
+ "Java " + java + "\n"
+ "Vendor " + vendor + "\n"
+ "Testing library version 8.2";
+ "Testing library version 9";
} else {
return "Submitted via web";
}
Expand Down

0 comments on commit 50b1646

Please sign in to comment.