Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-kisteleki committed Oct 23, 2023
1 parent 6e21376 commit 89852a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# goatCLI changelog

## next
## v0.4.0

* NEW: add support for measurement status checks (`status` subcommand)
* NEW: add support for measurement scheduling (`measure` subcommand)
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
probeSpecReuse string
)

const version = "v0.3.0+"
const version = "v0.4.0"
const CLIName = "goatCLI " + version

var defaultConfigDir = os.Getenv("HOME") + "/.config"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require github.com/go-ini/ini v1.66.4

require (
github.com/google/uuid v1.3.0
github.com/robert-kisteleki/goatapi v0.3.0
github.com/robert-kisteleki/goatapi v0.4.0
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/robert-kisteleki/goatapi v0.3.0 h1:jR9Y1Y2GcOjpwOM5OQ5eqA7kL8NBKpnNt7kfdpZTb4c=
github.com/robert-kisteleki/goatapi v0.3.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0=
github.com/robert-kisteleki/goatapi v0.4.0 h1:ObBjat1nt3CK54AUH+8Gs4oC3YWiGkhsxg2VmNcLl5M=
github.com/robert-kisteleki/goatapi v0.4.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
Expand Down

0 comments on commit 89852a7

Please sign in to comment.