chore: cut new release

This commit is contained in:
yory8 2020-05-08 09:36:56 +02:00
parent bc8605df00
commit c507f274e3
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Next
# 1.5.1
**Notable bug fixes**

View file

@ -1,4 +1,4 @@
.TH clipman 1 1.5.0 ""
.TH clipman 1 1.5.1 ""
.SH "NAME"
clipman
.SH "SYNOPSIS"

View file

@ -15,7 +15,7 @@ import (
"gopkg.in/alecthomas/kingpin.v2"
)
const version = "1.5.0"
const version = "1.5.1"
var (
app = kingpin.New("clipman", "A clipboard manager for Wayland")