From 62f25669fcb80e522f3c426095b9742c7cc1c1b9 Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Thu, 7 May 2020 18:13:53 -0700 Subject: [PATCH] Bump version to 0.17.4. --- src/Language/DifferentialDatalog/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/DifferentialDatalog/Version.hs b/src/Language/DifferentialDatalog/Version.hs index cbbf6d2a9..b689e4018 100644 --- a/src/Language/DifferentialDatalog/Version.hs +++ b/src/Language/DifferentialDatalog/Version.hs @@ -32,7 +32,7 @@ import GitHash -- Keep this in sync with the binary release version on github dDLOG_VERSION :: String -dDLOG_VERSION = "v0.17.3" +dDLOG_VERSION = "v0.17.4" gitHash :: String gitHash = giHash $$tGitInfoCwd