diff options
author | Joe Robinson <joe@lc8n.com> | 2017-11-09 16:52:35 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2017-11-09 16:52:35 +0000 |
commit | 2ff70dfc950929f94223bb117fd71ce40a72d749 (patch) | |
tree | 7e3efc04a22ba95a1003d0b32bdec5ec0372dbf4 | |
parent | c30c9433d9e672d92e516936808b220180b0264d (diff) |
Bump version
-rwxr-xr-x | blaunits.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blaunits.rb b/blaunits.rb index 257927f..b696e72 100755 --- a/blaunits.rb +++ b/blaunits.rb @@ -3,7 +3,7 @@ require 'net/http' require 'json' -VERSION = "2.2.1" +VERSION = "2.2.2" BINARY_NAME = "units" begin |