Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erichanson committed Jan 30, 2023
1 parent 3be6f01 commit c417b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = meta_triggers
EXTVERSION = 0.2.0
EXTVERSION = 0.3.0
DATA = $(EXTENSION)--$(EXTVERSION).sql
PG_CONFIG = pg_config

Expand Down
4 changes: 2 additions & 2 deletions meta_triggers.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'insert, update and delete triggers for the meta system catalog'
default_version = '0.2.0'
comment = 'Insert, update and delete triggers for the meta system catalog'
default_version = '0.3.0'
relocatable = false
schema = 'meta'

0 comments on commit c417b53

Please sign in to comment.