From 2246e6cc7ecc1d467afb4564303f2608ea1e725e Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 10 Aug 2021 20:11:37 +0900 Subject: [PATCH] Release 0.8.0 --- VERSION | 2 +- ruby-plsql.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 39e898a4..a3df0a69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.8.0 diff --git a/ruby-plsql.gemspec b/ruby-plsql.gemspec index 5aadeae8..8c140e37 100644 --- a/ruby-plsql.gemspec +++ b/ruby-plsql.gemspec @@ -3,11 +3,11 @@ # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: ruby-plsql 0.7.1 ruby lib +# stub: ruby-plsql 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "ruby-plsql".freeze - s.version = "0.7.1" + s.version = "0.8.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze]