From 923063b8798f62333aae3eb16908271221c47d22 Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Mon, 14 Sep 2020 23:32:28 -0700 Subject: [PATCH] Bump version to 0.27.0 --- 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 d79a02893..13e9c9cf0 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.26.0" +dDLOG_VERSION = "v0.27.0" gitHash :: String gitHash = giHash $$tGitInfoCwd