lib/dnote.rb in dnote-0.8 vs lib/dnote.rb in dnote-0.9

- old
+ new

@@ -1,8 +1,8 @@ require 'dnote/notes' module DNote - VERSION = "0.8" #:till: VERSION = "<%= version %>" + VERSION = "0.9" #:till: VERSION = "<%= version %>" def self.new(*args) Notes.new(*args) end end