Skip to content

Commit

Permalink
Bump tembo_ivm to 1.9.1 (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 authored Sep 27, 2024
1 parent 9adbed7 commit f2604f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/tembo_ivm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM quay.io/coredb/c-builder:pg${PG_VERSION}
# Clone repository
RUN git clone https://github.com/tembo-io/pg_ivm.git

ARG RELEASE=v1.9
ARG RELEASE=v1.9.1

RUN cd pg_ivm && \
git fetch origin ${RELEASE} && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/tembo_ivm/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "tembo_ivm"
version = "1.9.0"
version = "1.9.1"
repository = "https://github.com/tembo-io/pg_ivm"
license = "PostgreSQL"
description = "IVM (Incremental View Maintenance) implementation with Partitioned Support"
Expand Down

0 comments on commit f2604f1

Please sign in to comment.