Skip to content

Commit 07d86c9

Browse files
author
R. Tyler Croy
committed
Woops, missed a spot updating the version
1 parent 99a4b97 commit 07d86c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
apply plugin: 'idea'
1616

1717
group = 'com.github.jruby-gradle'
18-
version = '1.3.1'
18+
version = '1.3.2'
1919
defaultTasks 'check', 'assemble'
2020

2121
if (!releaseBuild) {

jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.api.Project
77
* Class providing the jruby{} DSL extension to the Gradle build script
88
*/
99
class JRubyPluginExtension {
10-
static final String DEFAULT_JRUBY_VERSION = '9.1.2.0'
10+
static final String DEFAULT_JRUBY_VERSION = '9.1.3.0'
1111

1212
/** The default version of jruby that will be used */
1313
String defaultVersion = DEFAULT_JRUBY_VERSION

0 commit comments

Comments
 (0)