From 01ec9fe07ddc54806aa088ea202daa87bd5cde3a Mon Sep 17 00:00:00 2001 From: cbmarcum Date: Sat, 9 Nov 2019 10:24:45 -0500 Subject: [PATCH] Refs #81 - updated app version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8777af..db2c2d6 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'maven' apply plugin: 'signing' -version "3.3.16.1" // grails-paypal update +version "3.3.16.2" // added needed updates from master after branch created group "net.codebuilders" description 'MyBusiness - a Grails 3.3 plugin for E-Commerce' mainClassName = 'net.codebuilders.mybusiness.Application'