mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-26 06:46:35 +00:00
Drop patch number and stick with M.m.p convention
This commit is contained in:
parent
ce7d4a1c53
commit
f9d6b83f5e
@ -18,7 +18,7 @@ BINDIR := ../bin
|
||||
|
||||
BINARY32 := fzf-$(GOOS)_386
|
||||
BINARY64 := fzf-$(GOOS)_amd64
|
||||
VERSION = $(shell fzf/$(BINARY64) --version | sed 's/-p[0-9]*//')
|
||||
VERSION = $(shell fzf/$(BINARY64) --version)
|
||||
RELEASE32 = fzf-$(VERSION)-$(GOOS)_386
|
||||
RELEASE64 = fzf-$(VERSION)-$(GOOS)_amd64
|
||||
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Current version
|
||||
const Version = "0.9.5-p1"
|
||||
const Version = "0.9.6"
|
||||
|
||||
// fzf events
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user