Skip to content

Commit

Permalink
added version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gennaro-tedesco committed Nov 21, 2024
1 parent 6d2f394 commit 93bb099
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var cfgFile string

// VERSION number: change manually
const VERSION = "0.0.8"
const VERSION = "0.0.9"

var rootCmd = &cobra.Command{
Use: "gh-i",
Expand Down
2 changes: 0 additions & 2 deletions cmd/ui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ func TestParseRepo(t *testing.T) {
"GH_I_PREFER_REPO": "true",
},
},
// No test case added for "no input and no $GH_REPO" due to gh command respecting current directory.
// Preferring "gh-f" over "gh-i" for a fixture is rooted in the same reason.
}

for description, testCase := range testCases {
Expand Down

0 comments on commit 93bb099

Please sign in to comment.