Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Feb 10, 2024
1 parent 4bf735e commit 4c578ad
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.0"
VERSION = "2.88.1"

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

0 comments on commit 4c578ad

Please sign in to comment.