Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Mar 6, 2024
1 parent bb46af2 commit b7fb16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/specinfra/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Specinfra
VERSION = "2.88.1"
VERSION = "2.88.2"

def self.ruby_is_older_than?(*version)
(RUBY_VERSION.split('.').map(&:to_i) <=> version) < 0
Expand Down

0 comments on commit b7fb16a

Please sign in to comment.