lib/kitchen/version.rb in test-kitchen-3.2.2 vs lib/kitchen/version.rb in test-kitchen-3.3.0
- old
+ new
@@ -14,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 = "3.2.2".freeze
+ VERSION = "3.3.0".freeze
end