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 4038b4d commit 5e62ee8Copy full SHA for 5e62ee8
lib/specinfra/version.rb
@@ -1,5 +1,5 @@
1
module Specinfra
2
- VERSION = "2.91.0"
+ VERSION = "2.92.0"
3
4
def self.ruby_is_older_than?(*version)
5
(RUBY_VERSION.split('.').map(&:to_i) <=> version) < 0
0 commit comments