Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
monodb-pgsql-health.sh: changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
LobbyLobster committed Jun 12, 2024
1 parent a205a23 commit ad7ca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monodb/monodb-pgsql-health.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
###~ description: Checks the status of PostgreSQL and Patroni cluster
VERSION=v0.10.0
VERSION=v1.0.0

[[ "$1" == '-v' ]] || [[ "$1" == '--version' ]] && {
echo "$VERSION"
Expand Down

0 comments on commit ad7ca03

Please sign in to comment.