Skip to content

Commit

Permalink
Bumped version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Apr 28, 2010
1 parent 22dd2b1 commit 03551f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0
4 changes: 2 additions & 2 deletions lib/rdf/raptor/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module RDF; module Raptor
module VERSION
MAJOR = 0
MINOR = 2
TINY = 1
MINOR = 3
TINY = 0
EXTRA = nil

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

0 comments on commit 03551f6

Please sign in to comment.