From d017c9db492fa0335d11ff506d3a7b4983dc9fa0 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Sun, 7 Aug 2022 21:09:43 +0300 Subject: [PATCH] Release 0.51.0 --- Makefile | 2 +- README.md | 6 +++--- cmd/version.go | 2 +- cmd/version_test.go | 2 +- snapcraft.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 9f7310c..b8766f4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ HOMEPAGE = https://github.com/gsamokovarov/jump AUTHOR = "Genadi Samokovarov" LICENSE = MIT -VERSION = 0.50.0 +VERSION = 0.51.0 .PHONY: build build: diff --git a/README.md b/README.md index 489e34e..52c0fa9 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Jump comes in packages for the following platforms. | Distribution | Command | | --- | --- | | Void | `xbps-install -S jump` | -| Ubuntu | `wget https://github.com/gsamokovarov/jump/releases/download/v0.50.0/jump_0.50.0_amd64.deb && sudo dpkg -i jump_0.50.0_amd64.deb` | -| Debian | `wget https://github.com/gsamokovarov/jump/releases/download/v0.50.0/jump_0.50.0_amd64.deb && sudo dpkg -i jump_0.50.0_amd64.deb` | -| Fedora | `wget https://github.com/gsamokovarov/jump/releases/download/v0.50.0/jump-0.50.0-1.x86_64.rpm && sudo rpm -i jump-0.50.0-1.x86_64.rpm` | +| Ubuntu | `wget https://github.com/gsamokovarov/jump/releases/download/v0.51.0/jump_0.51.0_amd64.deb && sudo dpkg -i jump_0.51.0_amd64.deb` | +| Debian | `wget https://github.com/gsamokovarov/jump/releases/download/v0.51.0/jump_0.51.0_amd64.deb && sudo dpkg -i jump_0.51.0_amd64.deb` | +| Fedora | `wget https://github.com/gsamokovarov/jump/releases/download/v0.51.0/jump-0.51.0-1.x86_64.rpm && sudo rpm -i jump-0.51.0-1.x86_64.rpm` | diff --git a/cmd/version.go b/cmd/version.go index fe64857..5d8b69e 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -5,7 +5,7 @@ import ( "github.com/gsamokovarov/jump/config" ) -const version = "0.50.0" +const version = "0.51.0" func versionCmd(cli.Args, config.Config) error { cli.Outf("%s\n", version) diff --git a/cmd/version_test.go b/cmd/version_test.go index decdf89..4ecd193 100644 --- a/cmd/version_test.go +++ b/cmd/version_test.go @@ -8,5 +8,5 @@ func Example_versionCmd() { _ = versionCmd(cli.Args{}, nil) // Output: - // 0.50.0 + // 0.51.0 } diff --git a/snapcraft.yaml b/snapcraft.yaml index bbcff98..9ac5bbb 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: jump -version: '0.50.0' +version: '0.51.0' summary: Jump helps you navigate faster by learning your habits. description: | **Jump** integrates with your shell and learns about your navigational habits by