Skip to content

Commit 0b8018b

Browse files
committed
RC up
1 parent 5634482 commit 0b8018b

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=14
6-
G_REMOTE_VERSION_RC=0
6+
G_REMOTE_VERSION_RC=1
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=14
58-
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=0
58+
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=1
5959
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
6060
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
6161
# - Save current version and Git branch

0 commit comments

Comments
 (0)