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 b38876f commit 0c382cbCopy full SHA for 0c382cb
lib/jruby-launcher.rb
@@ -1,3 +1,3 @@
1
module JRubyLauncher
2
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
3
end
version.h
@@ -6,6 +6,6 @@
6
#ifndef _VERSION_H_
7
#define _VERSION_H_
8
9
-#define JRUBY_LAUNCHER_VERSION "2.0.0"
+#define JRUBY_LAUNCHER_VERSION "2.0.1"
10
11
#endif // ! _VERSION_H_
0 commit comments