diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-07-04 14:24:57 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-07-04 14:24:57 -0700 |
| commit | 69098db9396aa35e93b7294fd9465dd98287f305 (patch) | |
| tree | 0cdc4d4b2c5fc6dc01fd929fe26292b35fa0fefd | |
| parent | c789e2f35ea97fe2b390cf06dc1c914b913b7535 (diff) | |
minor: v0.9.0
| -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 0c4f2d5..0611b59 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.8.3" +const VERSION = "0.9.0" |