Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Aug 8, 2024
1 parent f3d1b51 commit 7f7f973
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.90.0"
VERSION = "2.90.1"

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

0 comments on commit 7f7f973

Please sign in to comment.