Skip to content

Commit a135d6c

Browse files
committed
Bump version
[skip ci]
1 parent 0118f6d commit a135d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/specinfra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Specinfra
2-
VERSION = "2.87.2"
2+
VERSION = "2.88.0"
33

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

0 commit comments

Comments
 (0)