chore: cut new release

This commit is contained in:
yory8 2020-05-12 16:01:01 +02:00
parent e1dea61d31
commit bb95b603d0
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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