Skip to content

Commit cb45dbf

Browse files
author
Alper Kocatas
committed
Bump pgxn to version 13.1.0
1 parent b5610a2 commit cb45dbf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "citus",
33
"abstract": "Scalable PostgreSQL for real-time workloads",
44
"description": "Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets.",
5-
"version": "13.0.1",
5+
"version": "13.1.0",
66
"maintainer": "\"Citus Data\" <packaging@citusdata.com>",
77
"license": "agpl_3",
88
"provides": {
99
"citus": {
1010
"abstract": "Citus Distributed Database",
1111
"file": "citus.so",
1212
"docfile": "README.md",
13-
"version": "13.0.1"
13+
"version": "13.1.0"
1414
}
1515
},
1616
"prereqs": {
1717
"runtime": {
1818
"requires": {
19-
"PostgreSQL": "14.0.0"
19+
"PostgreSQL": "13.0.0"
2020
}
2121
},
2222
"test": {

pkgvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pkgname=citus
22
pkgdesc='Citus (Open-Source)'
3-
pkglatest=13.0.1
3+
pkglatest=13.1.0

0 commit comments

Comments
 (0)