diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec
index 48d2827..2c013b1 100644
--- a/SPECS/rh-dotnet22.spec
+++ b/SPECS/rh-dotnet22.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Package that installs %scl
 License: MIT
 
@@ -67,8 +67,8 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=true
 
 # Set the latest versions of ASP.NET Core packages to be picked up when
 # building using the older SDKS.
-export LatestPatchVersionForAspNetCoreApp2_2=2.2.3
-export LatestPatchVersionForAspNetCoreAll2_2=2.2.3
+export LatestPatchVersionForAspNetCoreApp2_2=2.2.4
+export LatestPatchVersionForAspNetCoreAll2_2=2.2.4
 EOF
 
 
@@ -82,6 +82,10 @@ EOF
 
 
 %changelog
+* Fri Apr 05 2019 Omair Majid <omajid@redhat.com> - 2.2-5
+- Export environment variables to set ASP.NET Core versions to 2.2.4
+- Resolves: RHBZ#1696779
+
 * Wed Mar 06 2019 Omair Majid <omajid@redhat.com> - 2.2-4
 - Export environment variables to set ASP.NET Core versions to 2.2.3
 - Resolves: RHBZ#1685718