lib/rest-graph/version.rb in rest-graph-1.0.0 vs lib/rest-graph/version.rb in rest-graph-1.1.0

- old
+ new

@@ -1,4 +1,6 @@ -class RestGraph - VERSION = '1.0.0' +require 'rest-graph' + +class RestGraph < RestGraphStruct + VERSION = '1.1.0' end