From 8fc12894a6c82daa8eb29cb30c69ca8137218fcd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Dec 2021 08:54:35 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/MatthewKosloski/torrey/compare/3.1.0...3.1.1) (2021-12-21) ### Bug Fixes * changes to version prompt ([#37](https://github.com/MatthewKosloski/torrey/issues/37)) ([8e05836](https://github.com/MatthewKosloski/torrey/commit/8e0583669dda6703c3af93497357171add0c2fbb)) --- pom.xml | 2 +- src/main/java/me/mtk/torrey/Torrey.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1d399e7..68a13de 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.mtk.torrey torreyc - 3.1.0 + 3.1.1 torrey diff --git a/src/main/java/me/mtk/torrey/Torrey.java b/src/main/java/me/mtk/torrey/Torrey.java index 3ceebf2..aa7ca75 100644 --- a/src/main/java/me/mtk/torrey/Torrey.java +++ b/src/main/java/me/mtk/torrey/Torrey.java @@ -15,7 +15,7 @@ public final class Torrey { // The semantic version number of the compiler. // WARNING: Do not change the below line as it will break the CI pipeline! - public static String SEMANTIC_VERSION = "3.1.0"; + public static String SEMANTIC_VERSION = "3.1.1"; private static TargetRegistry targetRegistry; private static CompilerBackendFactory backendFactory;