Skip to content

Commit 48cbe04

Browse files
committed
Bumped the version to 1.0.0.
1 parent 21932dc commit 48cbe04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
1.0.0

lib/sparql/client/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SPARQL; class Client
22
module VERSION
3-
VERSION_FILE = File.expand_path('../../../../VERSION', __FILE__)
4-
MAJOR, MINOR, TINY, EXTRA = File.read(VERSION_FILE).chop.split('.')
5-
STRING = [MAJOR, MINOR, TINY, EXTRA].compact.join('.')
3+
FILE = File.expand_path('../../../../VERSION', __FILE__)
4+
MAJOR, MINOR, TINY, EXTRA = File.read(FILE).chomp.split('.')
5+
STRING = [MAJOR, MINOR, TINY, EXTRA].compact.join('.').freeze
66

77
##
88
# @return [String]

0 commit comments

Comments
 (0)