We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f1900 commit 4f112c8Copy full SHA for 4f112c8
lib/specinfra/version.rb
@@ -1,5 +1,5 @@
1
module Specinfra
2
- VERSION = "2.94.1"
+ VERSION = "2.94.2"
3
4
def self.ruby_is_older_than?(*version)
5
(RUBY_VERSION.split('.').map(&:to_i) <=> version) < 0
0 commit comments