Skip to content

Commit 5c08c38

Browse files
committed
set version to v1.0.0
1 parent 05cd962 commit 5c08c38

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION = aws_s3 # the extensions name
2-
DATA = aws_s3--0.0.1.sql # script files to install
2+
DATA = aws_s3--1.0.0.sql # script files to install
33

44
# postgres build stuff
55
PG_CONFIG = pg_config
File renamed without changes.

aws_s3.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aws_s3 extension
22
comment = 'aws s3 wrapper for non rds postgres'
3-
default_version = '0.0.1'
3+
default_version = '1.0.0'
44
module_pathname = '$libdir/aws_s3'
55
relocatable = true

0 commit comments

Comments
 (0)