We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2cc425 + 0e395f9 commit 9fe1f4aCopy full SHA for 9fe1f4a
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