diff --git a/CHANGES b/CHANGES index cf7cd31..df68eef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ CHANGES ======= +0.0.7 - Dec 30 2015 + * [bugfix] Fix pararell search bugs 0.0.6 - Dec 30 2015 * [feature] Support Pararell search * [feature] Support Fields option(-f, --fields) diff --git a/README.md b/README.md index e988633..5457143 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Github search APIv3 QUERY infomation: https://help.github.com/articles/searching-repositories/ Version: - ghs 0.0.6 (https://github.com/sona-tar/ghs.git) + ghs 0.0.7 (https://github.com/sona-tar/ghs.git) ``` Install diff --git a/ghs.go b/ghs.go index 66292a5..54d74e4 100644 --- a/ghs.go +++ b/ghs.go @@ -6,7 +6,7 @@ import ( "os" ) -const Version string = "0.0.6" +const Version string = "0.0.7" func buildQuery(args []string, opts GhsOptions) string { query := ""