Skip to content

Commit

Permalink
Bump gotify/server from 2.4.0 to 2.5.0 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Jun 24, 2024
1 parent e567bed commit d236212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
gotify:
container_name: ci_gotify
image: gotify/server:2.4.0
image: gotify/server:2.5.0
ports:
- "127.0.0.1:8080:80"
environment:
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:

gotify:
container_name: gotify
image: gotify/server:2.4.0
image: gotify/server:2.5.0
ports:
- "8080:80"
environment:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PHP library for interacting with a [Gotify](https://github.com/gotify/server) server using the [Gotify REST-API](https://gotify.net/api-docs).

Supports Gotify server version 2.4.0.
Supports Gotify server version 2.5.0.

## Install

Expand Down

0 comments on commit d236212

Please sign in to comment.