Skip to content

Commit

Permalink
bump version 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed Aug 29, 2022
1 parent efcc751 commit b3f2604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DOCKER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Readme, source and documentation on [https://github.com/Der-Henning/tgtg](https:

- `edge`
- `edge-alpine`
- `v1`, `v1.11`, `v1.11.4`, `latest`
- `v1-alpine`, `v1.11-alpine`, `v1.11.4-alpine`, `latest-alpine`
- `v1`, `v1.11`, `v1.11.5`, `latest`
- `v1-alpine`, `v1.11-alpine`, `v1.11.5-alpine`, `latest-alpine`

## Docker Compose Example

Expand Down
2 changes: 1 addition & 1 deletion src/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tgtg import TgtgClient

VERSION_URL = 'https://api.github.com/repos/Der-Henning/tgtg/releases/latest'
VERSION = "1.11.4"
VERSION = "1.11.5"

prog_folder = path.dirname(sys.executable) if getattr(
sys, '_MEIPASS', False) else path.dirname(path.abspath(__file__))
Expand Down

0 comments on commit b3f2604

Please sign in to comment.