Skip to content

Commit 9752f19

Browse files
committed
bump to 0.14.0
1 parent 9d6a6d6 commit 9752f19

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.13.0
3+
EXTVERSION = 0.14.0
44

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

sql/pg_net--0.13.0--0.14.0.sql

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

0 commit comments

Comments
 (0)