From 374604fae2d1c93f45a72c418d348a7ee527c047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ken-H=C3=A5vard=20Lieng?= Date: Sun, 11 Nov 2018 07:08:53 +0100 Subject: [PATCH] v0.5 --- README.md | 6 +++--- commands/dispatch.go | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d6e3956..b49ffe01 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ There is a few different ways of getting it: ### 1. Binary -- **[Windows (x64)](https://github.com/khlieng/dispatch/releases/download/v0.4/dispatch_windows_amd64.zip)** -- **[OS X (x64)](https://github.com/khlieng/dispatch/releases/download/v0.4/dispatch_darwin_amd64.zip)** -- **[Linux (x64)](https://github.com/khlieng/dispatch/releases/download/v0.4/dispatch_linux_amd64.tar.gz)** +- **[Windows (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5/dispatch_windows_amd64.zip)** +- **[OS X (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5/dispatch_darwin_amd64.zip)** +- **[Linux (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5/dispatch_linux_amd64.tar.gz)** - [Other versions](https://github.com/khlieng/dispatch/releases) ### 2. Go diff --git a/commands/dispatch.go b/commands/dispatch.go index bbe3913d..fd5afff5 100644 --- a/commands/dispatch.go +++ b/commands/dispatch.go @@ -8,14 +8,13 @@ import ( "time" "github.com/fsnotify/fsnotify" - "github.com/spf13/cobra" - "github.com/spf13/viper" - "github.com/khlieng/dispatch/assets" "github.com/khlieng/dispatch/server" "github.com/khlieng/dispatch/storage" "github.com/khlieng/dispatch/storage/bleve" "github.com/khlieng/dispatch/storage/boltdb" + "github.com/spf13/cobra" + "github.com/spf13/viper" ) const logo = ` @@ -25,7 +24,7 @@ const logo = ` | |_| || |\__ \| |_) || (_| || |_| (__ | | | | |____/ |_||___/| .__/ \__,_| \__|\___||_| |_| |_| - v0.4 + v0.5 ` var rootCmd = &cobra.Command{