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

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