Skip to content

Commit 808bf90

Browse files
committed
bump version to 1.3.1
1 parent 411c016 commit 808bf90

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mtime : 2026-02-08
44
# Copyright (C) 2018-2026 Ruohang Feng
55
#==============================================================#
6-
VERSION=v1.3.0
6+
VERSION=v1.3.1
77
PIG_VERSION:=$(patsubst v%,%,$(VERSION))
88

99
# Build Variables

cli/build/get.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ var SpecialSourceMapping = map[string][]string{
3030

3131
// Multi-version PostgreSQL source packages
3232
"libfepgutils": {
33-
"postgresql-14.19.tar.gz",
34-
"postgresql-15.14.tar.gz",
35-
"postgresql-16.10.tar.gz",
36-
"postgresql-17.6.tar.gz",
33+
"postgresql-14.22.tar.gz",
34+
"postgresql-15.17.tar.gz",
35+
"postgresql-16.13.tar.gz",
36+
"postgresql-17.9.tar.gz",
3737
"postgresql-18.3.tar.gz",
3838
},
3939
}

0 commit comments

Comments
 (0)