We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cd962 commit 5c08c38Copy full SHA for 5c08c38
Makefile
@@ -1,5 +1,5 @@
1
EXTENSION = aws_s3 # the extensions name
2
-DATA = aws_s3--0.0.1.sql # script files to install
+DATA = aws_s3--1.0.0.sql # script files to install
3
4
# postgres build stuff
5
PG_CONFIG = pg_config
aws_s3--0.0.1.sql renamed to aws_s3--1.0.0.sql
aws_s3.control
# aws_s3 extension
comment = 'aws s3 wrapper for non rds postgres'
-default_version = '0.0.1'
+default_version = '1.0.0'
module_pathname = '$libdir/aws_s3'
relocatable = true
0 commit comments