lib/addressable/version.rb in addressable-2.8.0 vs lib/addressable/version.rb in addressable-2.8.1
- old
+ new
@@ -1,8 +1,7 @@
# frozen_string_literal: true
-# encoding:utf-8
#--
# Copyright (C) Bob Aman
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,10 +21,10 @@
if !defined?(Addressable::VERSION)
module Addressable
module VERSION
MAJOR = 2
MINOR = 8
- TINY = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end