We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641228 commit 2304c90Copy full SHA for 2304c90
build.gradle
@@ -19,7 +19,7 @@ sourceCompatibility = 1.7
19
group = "uk.modl"
20
applicationName = "java-interpreter"
21
archivesBaseName = "java-interpreter"
22
-version = "0.0.3"
+version = "0.0.4"
23
24
def isSnapshot = version.endsWith("SNAPSHOT")
25
0 commit comments