Skip to content

Commit

Permalink
Release 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Aug 7, 2022
1 parent f4f32aa commit d017c9d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

</details>

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ func Example_versionCmd() {
_ = versionCmd(cli.Args{}, nil)

// Output:
// 0.50.0
// 0.51.0
}
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d017c9d

Please sign in to comment.