Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
g10f committed Jun 18, 2024
1 parent c3c176b commit 5fb1178
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# with:
# driver-opts: image=moby/buildkit:master

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion apps/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.8'
__version__ = '2.1.9'
2 changes: 1 addition & 1 deletion set-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=2.1.8
VERSION=2.1.9

sed -i "s/__version__ =.*/__version__ = '${VERSION}'/" apps/client/__init__.py

0 comments on commit 5fb1178

Please sign in to comment.