Skip to content

Commit e430afe

Browse files
committed
Bumping to 2.3.0
1 parent d97f814 commit e430afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/paperclip.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# documentation for Paperclip::ClassMethods for more useful information.
4545
module Paperclip
4646

47-
VERSION = "2.2.9.2"
47+
VERSION = "2.3.0"
4848

4949
class << self
5050
# Provides configurability to Paperclip. There are a number of options available, such as:

paperclip.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{paperclip}
5-
s.version = "2.2.9.2"
5+
s.version = "2.3.0"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Jon Yurek"]

0 commit comments

Comments
 (0)