Files
YouPlot/lib/youplot/version.rb

6 lines
70 B
Ruby
Raw Normal View History

2020-09-19 00:08:09 +09:00
# frozen_string_literal: true
2020-11-23 13:09:16 +09:00
module YouPlot
2021-06-10 11:35:35 +09:00
VERSION = '0.4.2'
2020-07-28 23:07:15 +09:00
end