Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.1](3.1.0...3.1.1) (2021-12-21)

### Bug Fixes

* changes to version prompt ([#37](#37)) ([8e05836](8e05836))
  • Loading branch information
semantic-release-bot committed Dec 21, 2021
1 parent 8e05836 commit 8fc1289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.mtk.torrey</groupId>
<artifactId>torreyc</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>

<name>torrey</name>
<!-- FIXME change it to the project's website -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/mtk/torrey/Torrey.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8fc1289

Please sign in to comment.