Skip to content

Commit

Permalink
Add pg_get_keywords() support
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunlol committed Dec 6, 2024
1 parent 857bb49 commit 2a012f3
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.19.2"
VERSION="0.19.3"

# Detect OS and architecture
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"
)

const VERSION = "0.19.2"
const VERSION = "0.19.3"

func main() {
config := LoadConfig()
Expand Down
Loading

0 comments on commit 2a012f3

Please sign in to comment.