From 1531a0adc22ed447866cfd845af8872ca9e5f0a8 Mon Sep 17 00:00:00 2001 From: Felipe Bonezi Date: Fri, 1 Jul 2022 15:16:24 -0300 Subject: [PATCH] chore: :rocket: update version to 1.3.1 --- conf/reference.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/reference.conf b/conf/reference.conf index fc6adfc7..f2b02464 100644 --- a/conf/reference.conf +++ b/conf/reference.conf @@ -4,7 +4,7 @@ play { maintainer = "Felipe Bonezi" host = "http://localhost:9000" name = "playframework-core" - version = "v1.3.0" + version = "1.3.1" } i18n { langs = [ "en-US" ] @@ -51,4 +51,4 @@ play { modules { enabled += core.CoreModules } -} \ No newline at end of file +}