Skip to content

Commit

Permalink
fix(#392): add all the needed '/v4' tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 authored and dlvhdr committed Jun 17, 2024
1 parent 1586984 commit 16f173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh-dash.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/dlvhdr/gh-dash/cmd"
"github.com/dlvhdr/gh-dash/v4/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dlvhdr/gh-dash
module github.com/dlvhdr/gh-dash/v4

go 1.21

Expand Down

0 comments on commit 16f173a

Please sign in to comment.