Skip to content

Commit

Permalink
Update Version to v1.0.2
Browse files Browse the repository at this point in the history
API Changes: none

CLI Changes:
- Add send --text (5bac0c5)
- Support WORMHOLE_RELAY_URL env var (4924ea8)

Other Changes:
- Spelling fixes (thank you Jacalz)
  • Loading branch information
psanford committed Feb 22, 2020
1 parent 4924ea8 commit 01407b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

// This is a tool to assist with building release artifacts.
//
// To run: go run build_release.go
// Instructions for cutting a new release:
// - Update version/version.go
// - Make new git tag
// - Run: go run build_release.go

package main

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.1"
AgentVersion = "v1.0.2"
)

0 comments on commit 01407b6

Please sign in to comment.