Skip to content

Commit

Permalink
Switch to simple version (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 authored Sep 24, 2024
1 parent 7ebff15 commit 403d266
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+tembo
ARG RELEASE=v1.9

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"
version = "1.9.0"
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 403d266

Please sign in to comment.