summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
blob: bbd35cd87fad04049e7063548e33e47c52859b63 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Axlsx
  # The current version
  VERSION = "4.0.0"
end