diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 3575a43..c64fc05 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.13 -%global go_version 1.13.5 +%global go_version 1.13.8 Name: golang -Version: 1.13.5 +Version: 1.13.8 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -584,6 +584,9 @@ fi %endif %changelog +* Mon Feb 17 2020 Jakub Čajka - 1.13.8-1 +- v1.13.8 + * Thu Dec 05 2019 Jakub Čajka - 1.13.5-1 - Rebase to go1.13.5 diff --git a/rpm.json b/rpm.json index cd33b49..a9c73ea 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "golang", "GH_USER": "jc21-rpm", - "VERSION": "1.13.5" + "VERSION": "1.13.8" } }