diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-04 20:14:16 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-04 20:14:16 -0700 |
| commit | d2810ae9038b057e8f18e8b495a57d8f96ae5be6 (patch) | |
| tree | f5cd374e2b2a782b1513f51cc7a72a5b8b8d0abc /hotline/version.go | |
| parent | d8e28ebc452ef2ebab2846451ce5589e028c5783 (diff) | |
Implement multi-account edit
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 4ca8b96..a2b5cfe 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.3.0" +const VERSION = "0.4.0" |