lib/catori.rb in catori-0.2.5 vs lib/catori.rb in catori-0.2.6

- old
+ new

@@ -5,10 +5,10 @@ require 'getoptlong' require 'audioinfo' require 'catori/Catalogador' require 'catori/Db' module Catori - VERSION="0.2.3" + VERSION="0.2.6" CONFIG_DIR=File.expand_path("~/.config/php.apsique.com") CONFIG_FILE=CONFIG_DIR+"/catori.conf" LIB_DIR = File.expand_path(File.dirname(__FILE__)+"/../lib") def self.version "Catori "+VERSION