diff --git a/god.go b/god.go index a50c54c..51ab36a 100644 --- a/god.go +++ b/god.go @@ -15,7 +15,7 @@ import ( "strings" ) -var version = "1.7" +var version = "1.8" var outb, errb bytes.Buffer // Buffer for command output var cmdSlice, gitCmdSlice, allCmds []string // Slice for the shortened git commands var gitShortcuts [][]string // 2-d slice for the git shortcuts