diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-05 17:39:40 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-05 17:39:40 -0700 |
| commit | 1c29bd4fa183908b0bbb69132bc3967c6bf6a462 (patch) | |
| tree | 2e21a3f1d609c85fb3686a955082285a91ae23f2 /hotline/version.go | |
| parent | b365559d0b92cbd2193d72365d32baa62c62a98e (diff) | |
minor: v0.5.0
Diffstat (limited to 'hotline/version.go')
| -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 a2b5cfe..91b21da 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.4.0" +const VERSION = "0.5.0" |