Skip to content

Commit

Permalink
preparing new tag v0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-langenmaier committed Feb 1, 2021
1 parent a84af5f commit b77b74a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/autodeploy-script-source
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/stefan-langenmaier/cubox-i-autodeploy-image/releases/download/v0.52/deploy.sh
https://github.com/stefan-langenmaier/cubox-i-autodeploy-image/releases/download/v0.53/deploy.sh
2 changes: 1 addition & 1 deletion create-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eux

# this is the version that will be used for the next tag
TAG="v0.53"
TAG="v0.54"
DESC="Version bump to latest kernel"

OWNER=stefan-langenmaier
Expand Down
2 changes: 1 addition & 1 deletion remote/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eux

# there are no temporary downloads, the space is limited all files should be streamed directly in place

TAG="v0.52"
TAG="v0.53"

echo "SETUP userland"
ARCH=$(uname -m)
Expand Down

0 comments on commit b77b74a

Please sign in to comment.