Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Turov committed Sep 1, 2021
1 parent 7e21e9a commit 57396fc
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.1'
version '8.2'

sourceCompatibility = 1.8

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";
+ "Testing library version 8.2";
} else {
return "Submitted via web";
}
Expand Down

0 comments on commit 57396fc

Please sign in to comment.