lib/arrow-dataset/version.rb in red-arrow-dataset-8.0.0 vs lib/arrow-dataset/version.rb in red-arrow-dataset-9.0.0
- old
+ new
@@ -14,10 +14,10 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
module ArrowDataset
- VERSION = "8.0.0"
+ VERSION = "9.0.0"
module Version
numbers, TAG = VERSION.split("-")
MAJOR, MINOR, MICRO = numbers.split(".").collect(&:to_i)
STRING = VERSION