From 7a721f40b6abe3cc80bed5ee2afc7e300d82f601 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 3 Jun 2021 08:42:26 +0530 Subject: [PATCH] - update to 2.7.1 --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index ab7e8a7f..5bf07613 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.7.0', + version: '2.7.1', }, plugins: [ 'gatsby-plugin-react-helmet',