Set version to be 3.0.0.alpha.

This commit is contained in:
Robert Haines 2022-11-06 15:02:57 +00:00
parent 84087e5774
commit ccc3d4ff1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Zip
VERSION = '3.0.0'
VERSION = '3.0.0.alpha'
end