We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dd499 commit 17d8878Copy full SHA for 17d8878
.update/version
@@ -3,7 +3,7 @@
3
# Available DietPi version
4
G_REMOTE_VERSION_CORE=9
5
G_REMOTE_VERSION_SUB=11
6
-G_REMOTE_VERSION_RC=1
+G_REMOTE_VERSION_RC=2
7
# Minimum DietPi version to allow update
8
G_MIN_VERSION_CORE=7
9
G_MIN_VERSION_SUB=0
dietpi/func/dietpi-globals
@@ -55,7 +55,7 @@
55
# - Assign defaults/code version as fallback
56
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=9
57
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=11
58
- [[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=1
+ [[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=2
59
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
60
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
61
# - Save current version and Git branch
0 commit comments