Skip to content

Commit

Permalink
Version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed Dec 1, 2021
1 parent f3d7e85 commit 67f2c18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archive_wal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

version="3.3"
version="3.4"

# Configuration defaults
SYSLOG="no"
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = pitrery
VERSION = 3.3
VERSION = 3.4
BRANCH = master

# Customize below to fit your system
Expand Down
2 changes: 1 addition & 1 deletion pitrery
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

version="3.3"
version="3.4"
latest_supported_pg_version=1300

# Hardcoded configuration
Expand Down
2 changes: 1 addition & 1 deletion restore_wal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

version="3.3"
version="3.4"

# Default configuration
SYSLOG="no"
Expand Down
2 changes: 1 addition & 1 deletion t/func.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup () {

@test "First dummy check - trying to run help action" {
run pitrery help
[ "${lines[0]}" == 'pitrery 3.3 - PostgreSQL Point In Time Recovery made easy' ]
[ "${lines[0]}" == 'pitrery 3.4 - PostgreSQL Point In Time Recovery made easy' ]
echo "output = ${output}"
}

Expand Down

0 comments on commit 67f2c18

Please sign in to comment.