Skip to content

Commit 4f112c8

Browse files
committed
Bump version
1 parent e7f1900 commit 4f112c8

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.94.1"
2+
VERSION = "2.94.2"
33

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

0 commit comments

Comments
 (0)