From 4af318dc61bd2bde19aab7065b2c0a4b9166a642 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 29 May 2021 12:02:57 +0530 Subject: [PATCH] - update to 2.7.0 --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index f93106c14..ab7e8a7fc 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { title: 'Reactive Resume', siteUrl: 'https://rxresu.me', description: 'A free and open source resume builder.', - version: '2.6.8', + version: '2.7.0', }, plugins: [ 'gatsby-plugin-react-helmet',