Skip to content

Commit 0888e6e

Browse files
committed
Release version 0.3.
1 parent 0120e4f commit 0888e6e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ EXTENSION = pgdd
22
DATA = pgdd--0.1.sql \
33
pgdd--0.1.0--0.1.sql \
44
pgdd--0.1--0.2.sql \
5-
pgdd--0.2--0.3beta.sql
5+
pgdd--0.2--0.3.sql
66
PG_CONFIG = pg_config
77
PGXS := $(shell $(PG_CONFIG) --pgxs)
88
include $(PGXS)
File renamed without changes.

pgdd.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pgdd extension
22
comment = 'An in-database data dictionary providing database introspection via standard SQL query syntax.'
3-
default_version = '0.2'
3+
default_version = '0.3'
44
relocatable = false

0 commit comments

Comments
 (0)