Skip to content

Commit 5a1846b

Browse files
authored
Update to citus v13.0.0 (#1064)
Use citus v13.0.0
1 parent 0e7f4d6 commit 5a1846b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CLUSTER_OPTS = ""
1616
# XXXX This should be in Makefile.citus only
1717
# but requires to clean up dockerfile and make targets related to citus first.
1818
# Default Citus Data version
19-
CITUSTAG ?= v12.1.0
19+
CITUSTAG ?= v13.0.0
2020

2121
# TODO should be abs_top_dir ?
2222
TOP := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

Makefile.citus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default Citus Data version
2-
CITUSTAG ?= v12.1.0
2+
CITUSTAG ?= v13.0.0
33

44
# Citus testing
55
CITUS = 0

0 commit comments

Comments
 (0)