Skip to content
Snippets Groups Projects
Commit f9d6b83f authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Drop patch number and stick with M.m.p convention

parent ce7d4a1c
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment