From 4a305a6b832c69bb77524d91031cdbeaa3fd70e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20L=C3=B6vgren?= Date: Wed, 27 Feb 2019 10:00:56 +0000 Subject: [PATCH] Update site variables for v0.19.3 --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 52b64920d..7bcb1cd96 100755 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -1,5 +1,5 @@ // The buildInfo constant is generated by sbt. Do not edit directly. -const buildInfo = { organization: 'com.ovoenergy', moduleName: 'fs2-kafka', latestVersion: '0.19.2', scalaMinorVersion: '2.12', scalaPublishVersions: '2.11 and 2.12' }; +const buildInfo = { organization: 'com.ovoenergy', moduleName: 'fs2-kafka', latestVersion: '0.19.3', scalaMinorVersion: '2.12', scalaPublishVersions: '2.11 and 2.12' }; const repoUrl = "https://github.com/ovotech/fs2-kafka";