diff --git a/lib/rouster.rb b/lib/rouster.rb index da28236..72373f7 100644 --- a/lib/rouster.rb +++ b/lib/rouster.rb @@ -12,7 +12,7 @@ class Rouster # sporadically updated version number - VERSION = 0.64 + VERSION = 0.65 # custom exceptions -- what else do we want them to include/do? class ArgumentError < StandardError; end # thrown by methods that take parameters from users