Skip to content

Commit

Permalink
Bump version v1.0.6 => v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
psanford committed Aug 17, 2023
1 parent 693b611 commit 6f8d355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//
// Instructions for cutting a new release:
// - Update version/version.go
// - Update .github/workflows/release.yml with the current go version
// - Make new git tag (e.g. v1.0.x)
// - Push tag to github
// - Github release.yml action will `go run build_release.go` at that tag
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ var (
// Default Agent identifier sent to rendezvous server
AgentString = "go-william"
// Default Agent version sent to rendezvous server
AgentVersion = "v1.0.6"
AgentVersion = "v1.0.7"
)

0 comments on commit 6f8d355

Please sign in to comment.