Skip to content

Commit a786d70

Browse files
committed
use version .pre1 instead of .beta1
1 parent 31f0d52 commit a786d70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Gemfile.lock
1010
/.idea/
1111
.rvmrc
1212
.bundle
13+
.bundle/

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
"2.5.0.beta1"
3+
"2.5.0.pre1"
44
end
55
end

0 commit comments

Comments
 (0)