Skip to content

Commit 8077cc9

Browse files
committed
Next development cycle
1 parent 9c3fbaa commit 8077cc9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

buildMavenCentralArtifacts.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM Use this script to create the ZIP file to be uploaded to Maven Central
22
REM https://central.sonatype.com/
33
REM
4-
set version=2.2.2
4+
set version=2.2.3
55

66
REM Remove staging folder
77
rd/q/s .\tulip-runtime\build\staging-deploy

buildMavenCentralArtifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "$HOME/.sdkman/bin/sdkman-init.sh"
33
sdk env
44

55
# Tulip version
6-
export version="2.2.2"
6+
export version="2.2.3"
77

88
# Remove staging folder
99
rm -f -r tulip-runtime/build/staging-deploy

tulip-runtime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import java.util.Locale
88
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
99

1010
group = "io.github.wfouche.tulip"
11-
version = "2.2.2"
11+
version = "2.2.3"
1212

1313
plugins {
1414
// https://plugins.gradle.org/plugin/com.github.ben-manes.versions

tulip-runtime/src/main/java/io/github/wfouche/tulip/api/TulipApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TulipApi implements Callable<Integer> {
3131
TulipApi() {}
3232

3333
/** The version string of the Tulip API. */
34-
public static final String VERSION = "2.2.2";
34+
public static final String VERSION = "2.2.3";
3535

3636
/** The number of unique actions available in the benchmarking process. */
3737
public static final int NUM_ACTIONS = 101;

0 commit comments

Comments
 (0)