Skip to content

Commit 5e62ee8

Browse files
committed
Bump version
1 parent 4038b4d commit 5e62ee8

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.91.0"
2+
VERSION = "2.92.0"
33

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

0 commit comments

Comments
 (0)