Skip to content

Commit

Permalink
Release v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Dec 3, 2024
1 parent 64d0f00 commit f8f4fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app_build_suite/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build_ver = "v1.2.6-ab54f49c098c66b1339ece98e6061fa44ef14779"
build_ver = "v1.2.8"
2 changes: 1 addition & 1 deletion dabs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DABS_TAG=${DABS_TAG:-"1.2.7"}
DABS_TAG=${DABS_TAG:-"1.2.8"}

docker run -it --rm \
-e USE_UID="$(id -u "${USER}")" \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="app_build_suite",
version="1.2.7",
version="v1.2.8",
author="Łukasz Piątkowski",
author_email="[email protected]",
description="An app build suite for GiantSwarm app platform",
Expand Down

0 comments on commit f8f4fe9

Please sign in to comment.