Skip to content

Commit eb65a82

Browse files
committed
Use git version tag like "v1.11.0" instead of "1.11.0"
1 parent a16674d commit eb65a82

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/gem_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ def reldate
2424
Time.now.strftime("%Y-%m-%d")
2525
end
2626

27-
def version_tag
28-
"#{version}"
29-
end
30-
3127
def update_history
3228
hin = File.read(hfile)
3329
hout = hin.sub(/#{headline}/) do

0 commit comments

Comments
 (0)