Skip to content

Commit

Permalink
v7.0
Browse files Browse the repository at this point in the history
+ DietPi-Globals | Default core up
  • Loading branch information
MichaIng authored Feb 14, 2021
1 parent fbe68c8 commit 2a52bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/func/dietpi-globals
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
# DietPi version and Git branch
[[ -f '/boot/dietpi/.version' ]] && . /boot/dietpi/.version
# - Assign defaults/code version as fallback
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=6
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=35
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=7
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=0
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=-1
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
Expand Down

0 comments on commit 2a52bb8

Please sign in to comment.