Bump version to 0.0.12 main v0.0.12
authorMark Wong <[email protected]>
Fri, 20 Sep 2024 21:52:30 +0000 (14:52 -0700)
committerMark Wong <[email protected]>
Fri, 20 Sep 2024 21:52:30 +0000 (14:52 -0700)
META.json
pg_proctab.control

index 285eff70d64a8e1c9965981282c82ce9b6023dd9..fd880a94f436e6ff155e2b6753cc601c02990d45 100644 (file)
--- a/META.json
+++ b/META.json
@@ -2,7 +2,7 @@
    "name": "pg_proctab",
    "abstract": "Access operating system process tables from PostgreSQL",
    "description": "pg_proctab is a collection of stored functions that can access the operating systems process table so that system statitics can be queried through the database.",
-   "version": "0.0.10",
+   "version": "0.0.12",
    "maintainer": "Mark Wong",
    "license": {
       "PostgreSQL": "http://www.postgresql.org/about/licence"
@@ -11,7 +11,7 @@
       "pg_proctab": {
          "abstract": "Operating system process table",
          "file": "sql/pg_proctab.sql",
-         "version": "0.0.10"
+         "version": "0.0.12"
       }
    },
    "resources": {
index d0a9d7ab57ec2a09a32c75babbf6454a049be761..7c0dd7342c83773650ccce428041b7d0e87c51e4 100644 (file)
@@ -1,5 +1,5 @@
 # pg_proctab extension
 comment = 'Access operating system process table'
-default_version = '0.0.10'
+default_version = '0.0.12'
 module_pathname = '$libdir/pg_proctab'
 relocatable = true