Skip to content

Commit 17d8878

Browse files
committed
RC up
1 parent 95dd499 commit 17d8878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.update/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Available DietPi version
44
G_REMOTE_VERSION_CORE=9
55
G_REMOTE_VERSION_SUB=11
6-
G_REMOTE_VERSION_RC=1
6+
G_REMOTE_VERSION_RC=2
77
# Minimum DietPi version to allow update
88
G_MIN_VERSION_CORE=7
99
G_MIN_VERSION_SUB=0

dietpi/func/dietpi-globals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# - Assign defaults/code version as fallback
5656
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=9
5757
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=11
58-
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=1
58+
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=2
5959
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
6060
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
6161
# - Save current version and Git branch

0 commit comments

Comments
 (0)