Skip to content

Commit 29ba1fa

Browse files
committed
run.cmd: updated PostgreSQL version to 9.5.2
1 parent fb9c442 commit 29ba1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ IF DEFINED USG (
3535

3636
REM Set PostgreSQL version
3737
IF "%PG_MAJOR_VERSION%"=="" SET PG_MAJOR_VERSION=9.5
38-
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=1
38+
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=2
3939

4040
REM Set PgAdmin3 Version
4141
SET PGADMIN_VERSION=1.22.1

0 commit comments

Comments
 (0)