lib/dbi/dbrc.rb in dbi-dbrc-1.4.0 vs lib/dbi/dbrc.rb in dbi-dbrc-1.4.1
- old
+ new
@@ -16,10 +16,10 @@
# This error is raised if anything fails trying to read the config file.
class Error < StandardError; end
# The version of the dbi-dbrc library
- VERSION = '1.4.0'
+ VERSION = '1.4.1'.freeze
WINDOWS = File::ALT_SEPARATOR # :no-doc:
# The database or host to be connected to.
attr_accessor :database