From 3a869e09fa68257778d6cab746442e0b78ffa6b2 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 15 Oct 2020 15:30:35 +1000 Subject: [PATCH] v1.15.3 --- SPECS/golang.spec | 5 ++++- rpm.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 641ef2f..cf29a24 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -108,7 +108,7 @@ %global go_version 1.15 Name: golang -Version: 1.15.2 +Version: 1.15.3 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -583,6 +583,9 @@ fi %endif %changelog +* Thu Oct 15 2020 Jamie Curnow - 1.15.3-1 +- v1.15.3 + * Thu Sep 17 2020 Jamie Curnow - 1.15.2-1 - v1.15.2 diff --git a/rpm.json b/rpm.json index 41f135a..c95050a 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "golang", "GH_USER": "jc21-rpm", - "VERSION": "1.15.2" + "VERSION": "1.15.3" } }