We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522a99d commit 6c0d9a6Copy full SHA for 6c0d9a6
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.6";
+ return "0.0.7";
16
}
17
app/src/main/resources/version.txt
@@ -1 +1 @@
1
-0.0.6
+0.0.7
debian-package/DEBIAN/control
@@ -1,5 +1,5 @@
Package: numberguessinggame
2
-Version: 0.0.6
+Version: 0.0.7
3
Section: games
4
Priority: optional
5
Architecture: all
0 commit comments