Skip to content

Commit e1742d0

Browse files
update support url
1 parent 9ea6a04 commit e1742d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Your personal assistant for the CLI that helps you:
3939

4040
The Genie CLI provides a set of commands to help developers use AI to automate tasks, generate documentation, and improve their workflow. This documentation covers the available commands, their usage, and examples to help you get started with the Genie CLI.
4141

42-
[!<img src="https://files.edgestore.dev/gre1kolpt9w3vnwd/publicImages/_public/7d74e1a7-32fc-4266-b19a-badb997da2ba.png" alt="Support Genie!" width="300" height="70">](https://pages.razorpay.com/pl_OTSm4FIikwNBmA/view)
42+
[!<img src="https://files.edgestore.dev/gre1kolpt9w3vnwd/publicImages/_public/7d74e1a7-32fc-4266-b19a-badb997da2ba.png" alt="Support Genie!" width="300" height="70">](https://rzp.io/rzp/JUFHvoxw)
4343

4444

4545
You can support the development of Genie by contributing to the project or making a donation. You can also make donations using the `support` command in the Genie CLI.

pkg/cmd/support.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func startPayment() error {
12-
paymentURL := "https://rzp.io/l/genie"
12+
paymentURL := "https://rzp.io/rzp/JUFHvoxw"
1313

1414
var err error
1515
switch os := runtime.GOOS; os {

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ var versionCmd = &cobra.Command{
2020
}
2121

2222
// Version represents the current version of genie
23-
const Version = "v2.8.2"
23+
const Version = "v2.8.3"

0 commit comments

Comments
 (0)