From b41aaab08c846a70f2ba9b5e1a437184fd59bdd7 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 30 Apr 2020 08:23:38 +1000 Subject: [PATCH] v3.1a --- SPECS/tmux.spec | 2 +- rpm.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SPECS/tmux.spec b/SPECS/tmux.spec index 579f527..3a9b9c3 100644 --- a/SPECS/tmux.spec +++ b/SPECS/tmux.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: tmux -Version: 3.0a +Version: 3.1a Release: 1%{?dist} Summary: A terminal multiplexer diff --git a/rpm.json b/rpm.json index c2d3d34..a83e48b 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "tmux", "GH_USER": "jc21-rpm", - "VERSION": "3.0a" + "VERSION": "3.1a" } -} \ No newline at end of file +}