diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-30 19:03:04 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-30 10:03:04 -0700 |
| commit | 2c51a45231f05c3f0afb99af921d6e76966278e4 (patch) | |
| tree | 37c89d4bcb6b8802e0d76370c0792492955fc9ac /hotline | |
| parent | 558cd82dbfea958dc18100d0a76e112b4e4e7f58 (diff) | |
patch: v0.0.8
* Add Windows build to CI
* Misc internal refactoring and cleanup
Diffstat (limited to 'hotline')
| -rw-r--r-- | hotline/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/version.go b/hotline/version.go index 31cc99f..f4a25e9 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.7" +const VERSION = "0.0.8" |