From 485aab78802e1943cc6d1724ff8c17d40834b80c Mon Sep 17 00:00:00 2001 From: Conor Horan-Kates Date: Fri, 26 Aug 2016 13:23:19 -0700 Subject: [PATCH] version bump --- lib/rouster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rouster.rb b/lib/rouster.rb index 1b7d0af..e26cb67 100644 --- a/lib/rouster.rb +++ b/lib/rouster.rb @@ -12,7 +12,7 @@ class Rouster # sporadically updated version number - VERSION = 0.62 + VERSION = 0.63 # custom exceptions -- what else do we want them to include/do? class ArgumentError < StandardError; end # thrown by methods that take parameters from users