lib/kitchen/version.rb in test-kitchen-2.5.3 vs lib/kitchen/version.rb in test-kitchen-2.5.4

- old
+ new

@@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- # # Author:: Fletcher Nichol (<fnichol@nichol.ca>) # # Copyright (C) 2012, 2013, Fletcher Nichol # @@ -15,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Kitchen - VERSION = "2.5.3".freeze + VERSION = "2.5.4".freeze end