diff --git a/anaconda.spec.in b/anaconda.spec.in index d3f73c4ade4..6763bc1831f 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -464,6 +464,8 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 13 2022 github-actions - 38.13-1 + * Tue Dec 06 2022 github-actions - 38.12-1 - Web UI: Tests should ignore the volatile space requirement message (skobyda) - webui: Upgrade to react 18 and enable the new concurrent renderer (kkoukiou) diff --git a/configure.ac b/configure.ac index d486bde475e..2d0b10e5dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [38.12], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [38.13], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)