Skip to content

Commit 7ddab3c

Browse files
Update unicorn.gemspec
1 parent 8685b31 commit 7ddab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end.compact
1212

1313
Gem::Specification.new do |s|
1414
s.name = %q{unicorn}
15-
s.version = (ENV['VERSION'] || '6.1.0').dup
15+
s.version = (ENV['VERSION'] || '6.2.0').dup
1616
s.authors = ['unicorn hackers']
1717
s.summary = 'Rack HTTP server for fast clients and Unix'
1818
s.description = File.read('README').split("\n\n")[1]

0 commit comments

Comments
 (0)