From a56673a149d0c625254534f6b1e56ff09d26d8af Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Sun, 21 May 2023 15:13:01 +0100 Subject: [PATCH] chore: Bumping version to v3.2.10 --- package.json | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7c3b9d..cb0296c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-lazarus", - "version": "3.2.9", + "version": "3.2.10", "description": "Set up your GitHub Actions workflow with a specific version of Lazarus", "main": "lib/main.js", "scripts": { diff --git a/src/constants.ts b/src/constants.ts index d08b029..d382fe8 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const _version = "3.2.9"; +export const _version = "3.2.10";