diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-25 21:13:00 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-25 21:13:00 -0700 |
| commit | 889a8f76762b2cb924e74a6b18f1283afcceaa93 (patch) | |
| tree | 7b6625fe6760fc8fb3698649c9f55da88e9cf373 /hotline | |
| parent | da5bdd82beef668f49c2cec09cea85435c0bec34 (diff) | |
minor: v0.8.0
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 c17de31..421fec3 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.7.0" +const VERSION = "0.8.0" |