We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96952ce commit 20f5362Copy full SHA for 20f5362
lib/jruby-launcher.rb
@@ -1,3 +1,3 @@
1
module JRubyLauncher
2
- VERSION = "1.1.4"
+ VERSION = "1.1.5.pre"
3
end
version.h
@@ -6,6 +6,6 @@
6
#ifndef _VERSION_H_
7
#define _VERSION_H_
8
9
-#define JRUBY_LAUNCHER_VERSION "1.1.4"
+#define JRUBY_LAUNCHER_VERSION "1.1.5.pre"
10
11
#endif // ! _VERSION_H_
0 commit comments