YouPlot/lib/youplot/version.rb

6 lines
70 B
Ruby
Raw Permalink Normal View History

2020-09-18 23:08:09 +08:00
# frozen_string_literal: true
2020-11-23 12:09:16 +08:00
module YouPlot
2024-07-20 14:42:36 +08:00
VERSION = '0.4.6'
2020-07-28 22:07:15 +08:00
end