Skip to content

Commit acd1c78

Browse files
committed
v2.6.3
1 parent d7cb702 commit acd1c78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gem 'activerecord', '>= 2.3.0', :require => false
55

66
group :development do
77
gem 'mg', :require => false
8+
gem 'bump'
89
platforms :mri do
910
gem 'yard', :require => false
1011
end

lib/annotate/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.2'
3+
'2.6.3'
44
end
55
end

0 commit comments

Comments
 (0)