We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a59770 + b764a54 commit 179f73bCopy full SHA for 179f73b
3 files changed
app/src/main/java/io/github/project516/NumberGuessingGame/ReadVersionFile.java
@@ -12,6 +12,6 @@ public class ReadVersionFile {
12
* @return the version string
13
*/
14
public String readVersion() {
15
- return "0.0.7";
+ return "0.0.8";
16
}
17
app/src/main/resources/version.txt
@@ -1 +1 @@
1
-0.0.7
+0.0.8
debian-package/DEBIAN/control
@@ -1,5 +1,5 @@
Package: numberguessinggame
2
-Version: 0.0.7
+Version: 0.0.8
3
Section: games
4
Priority: optional
5
Architecture: all
0 commit comments