Skip to content

Commit 53a1f06

Browse files
committedMar 12, 2015
Prepare for v2.6.8
1 parent cd31584 commit 53a1f06

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.rdoc

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 2.6.8
2+
* Nothing annotated unless options[:model_dir] is specified, #234
3+
14
== 2.6.7
25
* Nothing annotated unless options[:model_dir] is specified, #234
36

‎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.7'
3+
'2.6.8'
44
end
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.