Skip to content

Commit daf6d47

Browse files
committed
build: switch module path to dbohdan.com
v0.9.1
1 parent e53c56d commit daf6d47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You will need Go 1.22 or later to install pago.
6767
Once Go is installed on your system, run the following command:
6868

6969
```
70-
go install github.com/dbohdan/pago@latest
70+
go install dbohdan.com/pago@latest
7171
```
7272

7373
Shell completion files for Bash and fish are available in [`completions/`](completions/).

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/dbohdan/pago
1+
module dbohdan.com/pago
22

33
go 1.22
44

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const (
8181
maxStepsPerChar = 1000
8282
nameInvalidChars = `[\n]`
8383
storePath = "store"
84-
version = "0.9.0"
84+
version = "0.9.1"
8585
waitForSocket = 3 * time.Second
8686

8787
clipEnv = "PAGO_CLIP"

0 commit comments

Comments
 (0)