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 29d65e0 commit 97879caCopy full SHA for 97879ca
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Version History
2
3
+#### 20130118
4
+* Added a definition for 2.0.0-rc1
5
+* Added a definition for 1.9.3-p374
6
+
7
#### 20130104
8
* Added a definition for JRuby 1.7.2
9
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20130104"
+RUBY_BUILD_VERSION="20130118"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments