Skip to content

Commit b764a54

Browse files
authored
Update version string to 0.0.8
1 parent cca6617 commit b764a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/project516/NumberGuessingGame/ReadVersionFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class ReadVersionFile {
1212
* @return the version string
1313
*/
1414
public String readVersion() {
15-
return "0.0.7";
15+
return "0.0.8";
1616
}
1717
}

0 commit comments

Comments
 (0)