From 3762ca089e0866d7097a6e1e66dc316f4cdd0077 Mon Sep 17 00:00:00 2001 From: "Mark J. Titorenko" Date: Thu, 18 Apr 2019 15:53:13 +0100 Subject: [PATCH] Bump version to 1.2.1 :) --- lib/inventoryware/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inventoryware/version.rb b/lib/inventoryware/version.rb index 7c7ae5b..b6e3875 100644 --- a/lib/inventoryware/version.rb +++ b/lib/inventoryware/version.rb @@ -25,5 +25,5 @@ # https://github.com/openflighthpc/flight-inventory # ============================================================================== module Inventoryware - VERSION = '1.0.0' + VERSION = '1.2.1' end