Skip to content

Commit 72bc757

Browse files
committed
bump to 0.11.0
1 parent ac51e25 commit 72bc757

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PG_CFLAGS = -std=c11 -Werror -Wno-declaration-after-statement
22
EXTENSION = pg_net
3-
EXTVERSION = 0.10.0
3+
EXTVERSION = 0.11.0
44

55
DATA = $(wildcard sql/*--*.sql)
66

sql/pg_net--0.10.0--0.11.0.sql

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- no SQL changes in 0.11.0

0 commit comments

Comments
 (0)