Skip to content

Commit

Permalink
v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Oct 2, 2024
1 parent 02f32ac commit 5446999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion SPECS/golang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __strip /bin/true

Name: golang
Version: 1.23.1
Version: 1.23.2
Release: 1%{?dist}
Summary: The Go Programming Language
License: BSD and Public Domain
Expand All @@ -31,6 +31,9 @@ cp -prv %{_builddir}/go %{buildroot}/usr/local/
%doc LICENSE

%changelog
* Thu Oct 3 2024 Jamie Curnow <[email protected]> - 1.23.2-1
- v1.23.2

* Fri Sep 6 2024 Jamie Curnow <[email protected]> - 1.23.1-1
- v1.23.1

Expand Down
2 changes: 1 addition & 1 deletion rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"publish": {
"PACKAGE": "golang",
"GH_USER": "jc21-rpm",
"VERSION": "1.23.1"
"VERSION": "1.23.2"
}
}

0 comments on commit 5446999

Please sign in to comment.