Skip to content

Commit 4c578ad

Browse files
committed
Bump version
1 parent 4bf735e commit 4c578ad

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.88.0"
2+
VERSION = "2.88.1"
33

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

0 commit comments

Comments
 (0)