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 0118f6d commit a135d6cCopy full SHA for a135d6c
lib/specinfra/version.rb
@@ -1,5 +1,5 @@
1
module Specinfra
2
- VERSION = "2.87.2"
+ VERSION = "2.88.0"
3
4
def self.ruby_is_older_than?(*version)
5
(RUBY_VERSION.split('.').map(&:to_i) <=> version) < 0
0 commit comments