Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mizzy committed Feb 7, 2024
1 parent 0118f6d commit a135d6c
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.87.2"
VERSION = "2.88.0"

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

0 comments on commit a135d6c

Please sign in to comment.