Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Mar 13, 2024
1 parent 644e03f commit 9879570
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.2"
VERSION = "2.89.0"

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

0 comments on commit 9879570

Please sign in to comment.