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