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 b1cf51b commit 0278d47Copy full SHA for 0278d47
History.md
@@ -1,4 +1,4 @@
1
-1.4.next / unreleased
+1.4.0.rc2 / 2023-12-12
2
---------------------
3
4
* Add Ruby 3.3.0-rc1 cross-compilation support. (@flavorjones)
lib/rake_compiler_dock/version.rb
module RakeCompilerDock
- VERSION = "1.4.0.rc1"
- IMAGE_VERSION = "1.4.0.rc1"
+ VERSION = "1.4.0.rc2"
+ IMAGE_VERSION = "1.4.0.rc2"
end
0 commit comments