diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-30 19:37:19 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-30 10:37:19 -0700 |
| commit | 2bc65e77d7cf17f51ae5d4250f9a5736769a844f (patch) | |
| tree | 5b8b5418368199dd10cd13f3092c6b219c316cd6 /hotline | |
| parent | 2c51a45231f05c3f0afb99af921d6e76966278e4 (diff) | |
patch: v0.0.9
* Fix CI build
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 f4a25e9..6a5783b 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.8" +const VERSION = "0.0.9" |