Skip to content

Commit 01eff9f

Browse files
committed
Bumped version to 0.0.3.
1 parent f5af0f3 commit 01eff9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.3

lib/sparql/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SPARQL; class Client
22
module VERSION
33
MAJOR = 0
44
MINOR = 0
5-
TINY = 2
5+
TINY = 3
66
EXTRA = nil
77

88
STRING = [MAJOR, MINOR, TINY].join('.')

0 commit comments

Comments
 (0)