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-11-19 14:09:46 +09:00
VERSION = '0.4.3'
2020-07-28 23:07:15 +09:00
end